summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAnton Khirnov <anton@khirnov.net>2020-10-18 17:20:56 +0200
committerAnton Khirnov <anton@khirnov.net>2020-10-18 17:20:56 +0200
commita1d73439da9535a006f8df6238254db6d6aad107 (patch)
treedfc19f25532b5a51a1e7ae1d028162aadd5c93e2
parent8a16f2b652c87594b8f195cb4c0de0b962b73ed2 (diff)
_mountinfo: drop forgotten print
-rw-r--r--lbup/_mountinfo.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/lbup/_mountinfo.py b/lbup/_mountinfo.py
index caa9ddd..110eb6c 100644
--- a/lbup/_mountinfo.py
+++ b/lbup/_mountinfo.py
@@ -118,6 +118,4 @@ class MountInfo:
if best_match is None:
raise LookupError('No mountpoint for', path)
- print(best_match, len(best_match))
-
return best_match