From a1d73439da9535a006f8df6238254db6d6aad107 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Sun, 18 Oct 2020 17:20:56 +0200 Subject: _mountinfo: drop forgotten print --- lbup/_mountinfo.py | 2 -- 1 file changed, 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 -- cgit v1.2.3