We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e62391e commit 93b6e56Copy full SHA for 93b6e56
libdelete.py
@@ -57,8 +57,6 @@ def is_mountpoint(path):
57
return True
58
if have_AFS and afs.fs.inafs(os.path.abspath(path)):
59
afs.fs.whichcell(path)
60
- print "afs.fs.inafs %s", path
61
- print afs.fs.inafs(os.path.abspath(path))
62
try:
63
return afs.fs.lsmount(path) is not None
64
except OSError as e:
0 commit comments