summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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