Skip to content

Commit 93b6e56

Browse files
committed
Remove debug print statements
1 parent e62391e commit 93b6e56

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

libdelete.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,8 +57,6 @@ def is_mountpoint(path):
5757
return True
5858
if have_AFS and afs.fs.inafs(os.path.abspath(path)):
5959
afs.fs.whichcell(path)
60-
print "afs.fs.inafs %s", path
61-
print afs.fs.inafs(os.path.abspath(path))
6260
try:
6361
return afs.fs.lsmount(path) is not None
6462
except OSError as e:

0 commit comments

Comments
 (0)