diff gamelib/speech.py @ 110:545dee3bd8e9

Remove debugging print.
author Simon Cross <simon@simonx>
date Tue, 24 Aug 2010 14:33:48 +0200
parents 66898d810247
children a2c09200a433
line wrap: on
line diff
--- a/gamelib/speech.py	Tue Aug 24 14:32:52 2010 +0200
+++ b/gamelib/speech.py	Tue Aug 24 14:33:48 2010 +0200
@@ -35,7 +35,6 @@
         return _SPEECH_CACHE[key]
     filename = get_filename(thing_name, text)
     _SPEECH_CACHE[key] = sound = get_sound("speech", filename)
-    print filename, sound
     return sound