Remove log print statement.

This commit is contained in:
Michael Still 2014-05-26 16:20:48 +10:00
parent 06bc1c3a7f
commit 3eb5775ffb
1 changed files with 0 additions and 1 deletions

View File

@ -99,7 +99,6 @@ if True:
int(m.group(3)))
age = datetime.datetime.now() - dt
if age.days < 90:
print 'Will reprocess %s' % filename
changed_merge_files[os.path.join(dirpath, filename)] = True
print 'Processing changed merge files'