From: David Stainton <dstainton415@gmail.com>
Date: Wed, 16 Sep 2015 05:44:09 +0000 (+0200)
Subject: Remove superfluous debugging print statement
X-Git-Url: https://git.rkrishnan.org/components/com_hotproperty/simplejson/statistics?a=commitdiff_plain;h=ed7eda9fabecf919110d386b671dcfead2def578;p=tahoe-lafs%2Ftahoe-lafs.git

Remove superfluous debugging print statement
---

diff --git a/src/allmydata/util/fileutil.py b/src/allmydata/util/fileutil.py
index ceb6c6eb..4c3ea0a6 100644
--- 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: