]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Remove superfluous debugging print statement
authorDavid Stainton <dstainton415@gmail.com>
Wed, 16 Sep 2015 05:44:09 +0000 (07:44 +0200)
committerDaira Hopwood <daira@jacaranda.org>
Thu, 1 Oct 2015 00:19:49 +0000 (01:19 +0100)
src/allmydata/util/fileutil.py

index ceb6c6eb95a8cc19ac2863e5e61ca153392946c9..4c3ea0a613bdb76b0b88fb99878b65bc46b01218 100644 (file)
@@ -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: