summaryrefslogtreecommitdiff
path: root/src/windows.py
diff options
context:
space:
mode:
authorFlorent Le Coz <louiz@louiz.org>2011-02-10 16:08:17 +0100
committerFlorent Le Coz <louiz@louiz.org>2011-02-10 16:08:17 +0100
commitad7e9b749d509ccbb1c1676491e86b7b812b0298 (patch)
tree8947ea39521bbbefdd475908fe184aa6e95ae14a /src/windows.py
parent23fa745629a56354f2b1f8e1cf768f4ff806e679 (diff)
downloadpoezio-ad7e9b749d509ccbb1c1676491e86b7b812b0298.tar.gz
poezio-ad7e9b749d509ccbb1c1676491e86b7b812b0298.tar.bz2
poezio-ad7e9b749d509ccbb1c1676491e86b7b812b0298.tar.xz
poezio-ad7e9b749d509ccbb1c1676491e86b7b812b0298.zip
/win completion and fix the return values of other completions
Diffstat (limited to 'src/windows.py')
-rw-r--r--src/windows.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/windows.py b/src/windows.py
index 2720053d..dfb75006 100644
--- a/src/windows.py
+++ b/src/windows.py
@@ -967,7 +967,6 @@ class Input(Win):
self.key_end(False)
def do_command(self, key, reset=True):
- log.debug('do_command: %s\n' % key)
if key in self.key_func:
res = self.key_func[key]()
if self.on_input: