Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWalter Bender <walter@walter-laptop.(none)>2010-01-09 22:08:33 (GMT)
committer Walter Bender <walter@walter-laptop.(none)>2010-01-09 22:08:33 (GMT)
commit6d30ffa6fd1261c24a17788187b8a5c2580ff573 (patch)
tree91309e0b3570fb482a0ef9356b10788762bebe60
parentab74ce0e5686f8f42a01ed9ff16f1d81ee182204 (diff)
removed debugging statements
-rw-r--r--VisualMatchActivity.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/VisualMatchActivity.py b/VisualMatchActivity.py
index 0e8f65d..e94c123 100644
--- a/VisualMatchActivity.py
+++ b/VisualMatchActivity.py
@@ -103,7 +103,6 @@ class VisualMatchActivity(activity.Activity):
# Then start playing the game.
if not hasattr(self,'_saved_state'):
self._saved_state = None
- print "calling new game for the first time"
self.vmw.new_game(self._saved_state, self._deck_index)
#
@@ -521,7 +520,6 @@ class VisualMatchActivity(activity.Activity):
data.append(self.vmw.deck.spr_to_card(i).index)
if self._old_sugar_system is True:
- print "old-style Sugar"
return json.write(data)
else:
io = StringIO()
@@ -539,7 +537,6 @@ class VisualMatchActivity(activity.Activity):
def _load(self, data):
if self._old_sugar_system is True:
- print "old-style Sugar"
saved_state = json.read(data)
else:
io = StringIO(data)
@@ -598,7 +595,6 @@ class VisualMatchActivity(activity.Activity):
self.initiating = False
_logger.debug('I joined a shared activity.')
- print('I joined a shared activity.')
self.conn = self._shared_activity.telepathy_conn
self.tubes_chan = self._shared_activity.telepathy_tubes_chan