Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TamTam.py
diff options
context:
space:
mode:
authorNat <natcl@hotmail.com>2007-07-19 03:52:11 (GMT)
committer Nat <natcl@hotmail.com>2007-07-19 03:52:11 (GMT)
commit0c51f7abf29eb0b8534e6e47e4fddba7c0164142 (patch)
treeb8a8612a7044aa89f7524f2624bc7a3ea66db56d /TamTam.py
parentff470209a9bb85095bb837f465f1c5d3cd9f1c93 (diff)
parent00178f104ce1c9a0cf449046b1e5d9a9dbf94b46 (diff)
Merge branch 'master' of git+ssh://natcl@dev.laptop.org/git/projects/tamtam
Diffstat (limited to 'TamTam.py')
-rwxr-xr-xTamTam.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/TamTam.py b/TamTam.py
index 4e31397..923dcef 100755
--- a/TamTam.py
+++ b/TamTam.py
@@ -196,7 +196,6 @@ class TamTam(Activity):
if Config.DEBUG > 5: print 'DEBUG: TamTam::onKeyPress in TamTam.py'
if event.state == gtk.gdk.MOD1_MASK:
key = event.hardware_keycode
- print key
if key == 54: # j
self.set_mode("jam")
return