From 8a80977137c18d9ba25d399287d16492bc2b5e69 Mon Sep 17 00:00:00 2001 From: hut Date: Sat, 8 Oct 2011 04:44:21 +0200 Subject: core.action: removed debugging code from dump_keybindings --- ranger/core/actions.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/ranger/core/actions.py b/ranger/core/actions.py index be989b18..58edc56a 100644 --- a/ranger/core/actions.py +++ b/ranger/core/actions.py @@ -784,10 +784,7 @@ class Actions(FileManagerAware, EnvironmentAware, SettingsAware): if isinstance(value, dict): recurse(keys, value) else: - try: - write("%12s %s\n" % (construct_keybinding(keys), value)) - except: - write("olo\n") + write("%12s %s\n" % (construct_keybinding(keys), value)) for context in contexts: write("Keybindings in `%s'\n" % context) -- cgit 1.4.1-2-gfad0