remove debug print

This commit is contained in:
utahta
2010-10-24 22:11:02 +09:00
parent 85c737e55d
commit ed8932dd4e
2 changed files with 0 additions and 2 deletions
-1
View File
@@ -98,7 +98,6 @@ def unlink(path):
try:
os.unlink(path)
except OSError, (e, es):
print es
if errno.ENOENT != e:
raise