From 7bbf8417254fdaadddfe7a19a9749fd6b2b2e03c Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 7 Dec 2016 10:19:57 +0530 Subject: [PATCH] ... --- kitty/boss.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/kitty/boss.py b/kitty/boss.py index d355cebc4..8f2dea8fc 100644 --- a/kitty/boss.py +++ b/kitty/boss.py @@ -257,8 +257,6 @@ class Boss(Thread): self.start_cursor_blink() if action == GLFW_PRESS or action == GLFW_REPEAT: func = get_shortcut(self.opts.keymap, mods, key) - import pprint - pprint.pprint(self.opts.keymap) if func is not None: f = getattr(self, func, None) if f is not None: