Remove set_trace
This commit is contained in:
parent
c0236b8d22
commit
00dc4d6bc4
@ -238,7 +238,7 @@ class KeyParser(QObject):
|
||||
sect: The section to get the keybindings from.
|
||||
"""
|
||||
if not sect.items():
|
||||
from qutebrowser.utils.debug import set_trace; set_trace()
|
||||
logging.warn("No keybindings defined!")
|
||||
for (key, cmd) in sect.items():
|
||||
if key.startswith('@') and key.endswith('@'):
|
||||
# normalize keystring
|
||||
|
Loading…
Reference in New Issue
Block a user