From: David Stainton Date: Wed, 16 Sep 2015 05:44:09 +0000 (+0200) Subject: Remove superfluous debugging print statement X-Git-Url: https://git.rkrishnan.org/frontends/FTP-and-SFTP.rst?a=commitdiff_plain;h=db34d75dff5087f0e1dc3f141531b9495e6b1059;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: