diff pytouhou/vm/eclrunner.py @ 224:9bb26dbb8438

Remove useless and occasionally problematic (think about non-utf8 terminals) print calls.
author Thibaut Girka <thib@sitedethib.com>
date Mon, 19 Dec 2011 20:29:30 +0100
parents 577f45454402
children 1d3c8c7473a2
line wrap: on
line diff
--- a/pytouhou/vm/eclrunner.py
+++ b/pytouhou/vm/eclrunner.py
@@ -719,7 +719,6 @@ class ECLRunner(object):
         self._game.change_bullets_into_star_items()
         self._game.spellcard = number
         self._game.enable_effect()
-        print("%d - %s" % (number+1, name))
 
 
     @instruction(94)