projects
/
naja.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
380c2dd
)
Remove debug print.
author
Simon Cross
<hodgestar@gmail.com>
Sun, 11 May 2014 17:02:02 +0000
(19:02 +0200)
committer
Simon Cross
<hodgestar@gmail.com>
Sun, 11 May 2014 17:02:02 +0000
(19:02 +0200)
naja/engine.py
patch
|
blob
|
history
diff --git
a/naja/engine.py
b/naja/engine.py
index f17f9c221d17e758cb6b063399b492b30534f2ff..32c139f8a56f17427b0a426bdb3b1e2fe3ec338d 100644
(file)
--- a/
naja/engine.py
+++ b/
naja/engine.py
@@
-22,7
+22,6
@@
class Engine(object):
elif SceneChangeEvent.matches(ev):
self.change_scene(ev.scene)
else:
- print(ev.type)
self._scene.handle_event(ev)
self._scene.render(self._surface)
pygame.display.flip()