[28551] in Source-Commits
delete commit: Remove debug print statements
daemon@ATHENA.MIT.EDU (Victor Vasiliev)
Sat Nov 28 17:56:08 2015
Date: Sat, 28 Nov 2015 17:56:07 -0500
From: Victor Vasiliev <vasilvv@mit.edu>
Message-Id: <201511282256.tASMu7XP015722@drugstore.mit.edu>
To: source-commits@mit.edu
https://github.com/mit-athena/delete/commit/93b6e561c2de0d9012fe40742a6a2b7957ff220f
commit 93b6e561c2de0d9012fe40742a6a2b7957ff220f
Author: Victor Vasiliev <vasilvv@mit.edu>
Date: Sat Nov 28 17:55:46 2015 -0500
Remove debug print statements
libdelete.py | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/libdelete.py b/libdelete.py
index c66cd17..932fc98 100644
--- a/libdelete.py
+++ b/libdelete.py
@@ -57,8 +57,6 @@ def is_mountpoint(path):
return True
if have_AFS and afs.fs.inafs(os.path.abspath(path)):
afs.fs.whichcell(path)
- print "afs.fs.inafs %s", path
- print afs.fs.inafs(os.path.abspath(path))
try:
return afs.fs.lsmount(path) is not None
except OSError as e: