Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/activity.py
diff options
context:
space:
mode:
authorSimon Schampijer <simon@schampijer.de>2007-09-05 19:36:01 (GMT)
committer Simon Schampijer <simon@schampijer.de>2007-09-05 19:36:01 (GMT)
commitad5e091c9b83e58111f9aacad506002bcc5e8282 (patch)
tree4ee04bf8dd1b30a3d84d221f8040217b716a70e6 /activity.py
parent7e90851dba69f9df2e326807d96aef3231b8b75c (diff)
Added a new activity icon
Fix for #2829
Diffstat (limited to 'activity.py')
-rwxr-xr-xactivity.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/activity.py b/activity.py
index e72a4fe..eb92ccd 100755
--- a/activity.py
+++ b/activity.py
@@ -247,7 +247,6 @@ class MemorizeActivity(Activity):
self.tubes_chan[telepathy.CHANNEL_TYPE_TUBES],
id, group_iface=self.text_chan[telepathy.CHANNEL_INTERFACE_GROUP])
- print 'Tube created'
self.messenger = messenger.Messenger(self.tube_conn, self.initiating, self._get_buddy, self.game)
self.game.connect('flip-card-signal', self.messenger.flip)
self.game.connect('change_game_signal', self.messenger.change_game)