mirror of
https://github.com/kennethreitz-archive/python-build.git
synced 2026-06-05 15:20:16 +00:00
remove debug print
This commit is contained in:
@@ -98,7 +98,6 @@ def unlink(path):
|
||||
try:
|
||||
os.unlink(path)
|
||||
except OSError, (e, es):
|
||||
print es
|
||||
if errno.ENOENT != e:
|
||||
raise
|
||||
|
||||
|
||||
Reference in New Issue
Block a user