Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TamTam.py
diff options
context:
space:
mode:
Diffstat (limited to 'TamTam.py')
-rwxr-xr-xTamTam.py2
1 files changed, 0 insertions, 2 deletions
diff --git a/TamTam.py b/TamTam.py
index 1a90c3c..a645c6b 100755
--- a/TamTam.py
+++ b/TamTam.py
@@ -186,10 +186,8 @@ class TamTam(Activity):
def onKeyPress(self, widget, event):
if Config.DEBUG > 5: print 'DEBUG: TamTam::onKeyPress in TamTam.py'
- print "hello"
if event.state == gtk.gdk.MOD1_MASK:
key = event.hardware_keycode
- print key
if key == 54: # j
self.set_mode("jam")
return