Removed a debugging print.

This commit is contained in:
Jeremy Fincher 2004-09-17 03:32:51 +00:00
parent edbfd43281
commit 7f9a72541b
1 changed files with 0 additions and 1 deletions

View File

@ -753,7 +753,6 @@ class AtomicFile(file):
if originalExists:
oldSize = os.path.getsize(self.filename)
if self.makeBackupIfSmaller and newSize < oldSize:
print '*** newSize:', newSize, 'oldSize:', oldSize
now = int(time.time())
backupFilename = '%s.backup.%s' % (self.filename, now)
if self.backupDir is not None: