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.
|
sect: The section to get the keybindings from.
|
||||||
"""
|
"""
|
||||||
if not sect.items():
|
if not sect.items():
|
||||||
from qutebrowser.utils.debug import set_trace; set_trace()
|
logging.warn("No keybindings defined!")
|
||||||
for (key, cmd) in sect.items():
|
for (key, cmd) in sect.items():
|
||||||
if key.startswith('@') and key.endswith('@'):
|
if key.startswith('@') and key.endswith('@'):
|
||||||
# normalize keystring
|
# normalize keystring
|
||||||
|
Loading…
Reference in New Issue
Block a user