changeset 187:3449b51ae944

Remove debugging prints
author Neil Muller <drnlmuller@gmail.com>
date Wed, 14 Sep 2011 16:31:51 +0200
parents 275f0be6946c
children d76c069164c0
files mamba/snake.py
diffstat 1 files changed, 0 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/mamba/snake.py	Wed Sep 14 16:28:03 2011 +0200
+++ b/mamba/snake.py	Wed Sep 14 16:31:51 2011 +0200
@@ -60,9 +60,7 @@
         self.orientation = orientation
 
     def crash(self):
-        print "I'm doomed!"
         SnakeDiedEvent.post()
-        print 'event posted'
 
     def mutate(self, mutation):
         self.mutation = mutation