Remove debug print.

portnov [2008-08-29 11:32:08]
Remove debug print.
Filename
qwerty.py
diff --git a/qwerty.py b/qwerty.py
index e8156e5..0a80465 100755
--- a/qwerty.py
+++ b/qwerty.py
@@ -709,7 +709,6 @@ class GUI(object):
             return

         for k in speckeys:
-            print k
             if event.keyval == gtk.gdk.keyval_from_name(k):
                 self.do_special_button(speckeys[k])
                 self.exit()
ViewGit