remove unneeded time stamp in console log (#179)

* Remove debug/console timestamp
This commit is contained in:
tooomm
2017-11-02 18:55:10 +01:00
committed by GitHub
parent 5b20149518
commit 21f66c65b6

View File

@@ -540,7 +540,6 @@ def write_xml(mtgjson, code, name, releaseDate):
if dfccount > 0:
print 'DFC: ' + str(dfccount)
print 'Newest: ' + str(newest)
print 'Runtime: ' + str(datetime.datetime.today().strftime('%H:%M')) + ' (UTC) on ' + str(datetime.date.today())
else:
print 'Set ' + code + ' has no spoiled cards.'
@@ -690,7 +689,6 @@ def write_combined_xml(mtgjson, setinfos):
if dfccount > 0:
print 'DFC: ' + str(dfccount)
print 'Newest: ' + str(newest)
print 'Runtime: ' + str(datetime.datetime.today().strftime('%H:%M')) + ' (UTC) on ' + str(datetime.date.today())
def pretty_xml(infile):