Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Remove debug-print.
  • Loading branch information
ueno committed Nov 9, 2009
1 parent 9437006 commit 24e29de
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion engine/skk.py
Expand Up @@ -650,7 +650,6 @@ def press_key(self, key):
'''Process a key press event KEY to the context and return a
committable string (if any).
KEY is in the format of ["ctrl+"]["shift+"]<lower case ASCII letter>.'''
print self.__sysdict
keyval = key
is_ctrl = keyval.startswith('ctrl+')
if is_ctrl:
Expand Down

0 comments on commit 24e29de

Please sign in to comment.