projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
03b8caa
)
Remove superfluous debugging print statement
author
David Stainton
<dstainton415@gmail.com>
Wed, 16 Sep 2015 05:44:09 +0000
(07:44 +0200)
committer
Daira Hopwood
<daira@jacaranda.org>
Thu, 1 Oct 2015 00:19:49 +0000
(
01:19
+0100)
src/allmydata/util/fileutil.py
patch
|
blob
|
history
diff --git
a/src/allmydata/util/fileutil.py
b/src/allmydata/util/fileutil.py
index ceb6c6eb95a8cc19ac2863e5e61ca153392946c9..4c3ea0a613bdb76b0b88fb99878b65bc46b01218 100644
(file)
--- a/
src/allmydata/util/fileutil.py
+++ b/
src/allmydata/util/fileutil.py
@@
-622,7
+622,6
@@
else:
try:
os.rename(replaced_path, backup_path)
except OSError as e:
- print e, e.errno
if e.errno != ENOENT:
raise
try: