mirror of
https://github.com/Mikaela/Limnoria.git
synced 2024-11-27 21:29:24 +01:00
Removed a debugging print.
This commit is contained in:
parent
edbfd43281
commit
7f9a72541b
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user