Skip to content

Commit

Permalink
Remove debug print from auto-update.
Browse files Browse the repository at this point in the history
  • Loading branch information
codewarrior0 committed Jan 3, 2013
1 parent d17763e commit b28595a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions mcedit.py
Original file line number Diff line number Diff line change
Expand Up @@ -914,8 +914,6 @@ def callback(args):
'done': u"Done."
}
text = status_texts.get(status, 'Unknown').format(**args)
if status != 'downloding':
print args

panel = Dialog()
panel.idleevent = lambda event: panel.dismiss()
Expand Down

0 comments on commit b28595a

Please sign in to comment.