Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
git-svn-id: https://xpra.org/svn/Xpra/trunk@10602 3bb7dfac-3a0b-4e04-842a-767bc560f471
  • Loading branch information
totaam committed Sep 10, 2015
1 parent 69ba77a commit fbd5782
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/xpra/client/keyboard_helper.py
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@ def parse_shortcuts(self, strs):
#TODO: validate keyname
keyname = keyspec[len(keyspec)-1]
shortcuts[keyname] = (modifiers, action, args)
log.info("parse_shortcuts(%s)=%s" % (str(strs), shortcuts))
log("parse_shortcuts(%s)=%s" % (str(strs), shortcuts))
return shortcuts

def key_handled_as_shortcut(self, window, key_name, modifiers, depressed):
Expand Down

0 comments on commit fbd5782

Please sign in to comment.