Skip to content

Commit

Permalink
Removed disabled trace
Browse files Browse the repository at this point in the history
  • Loading branch information
edreamleo committed Aug 1, 2018
1 parent 1e007f9 commit 2f9bab6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion leo/plugins/qt_events.py
Expand Up @@ -220,7 +220,6 @@ def doLateTweaks(self, binding, ch):
#@+node:ekr.20180419160958.1: *5* filter.doMacTweaks
def doMacTweaks(self, actual_ch, ch, mods):
'''Replace MacOS Alt characters.'''
### g.trace(repr(actual_ch), repr(ch))
if not g.isMac:
return actual_ch, ch, mods
if ch == 'Backspace':
Expand Down

0 comments on commit 2f9bab6

Please sign in to comment.