Remove set_trace

This commit is contained in:
Florian Bruhin 2014-04-17 11:09:12 +02:00
parent c0236b8d22
commit 00dc4d6bc4

View File

@ -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