Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/usmpgames
diff options
context:
space:
mode:
Diffstat (limited to 'usmpgames')
-rwxr-xr-xusmpgames/applicationstate.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/usmpgames/applicationstate.py b/usmpgames/applicationstate.py
index de4fc6c..6f6439b 100755
--- a/usmpgames/applicationstate.py
+++ b/usmpgames/applicationstate.py
@@ -57,11 +57,11 @@ class ApplicationState():
self.post_render(ms)
def entering_state(self, fromStack):
- #print "Entering state ", self
+ print "Entering state ", self
self.set_running(True)
def exiting_state(self, toStack):
- #print "Exiting state ", self
+ print "Exiting state ", self
pass
def go_to_next_state(self):