mirror of
https://github.com/Cockatrice/Magic-Spoiler.git
synced 2026-03-21 17:54:59 -05:00
remove unneeded time stamp in console log (#179)
* Remove debug/console timestamp
This commit is contained in:
parent
5b20149518
commit
21f66c65b6
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user