Christophe Weblog Wiki Code Publications Music
remove debugging call to message in iplayer-preset
authorChristophe Rhodes <csr21@cantab.net>
Tue, 24 Apr 2012 11:33:03 +0000 (12:33 +0100)
committerChristophe Rhodes <csr21@cantab.net>
Tue, 24 Apr 2012 11:33:03 +0000 (12:33 +0100)
iplayer.el

index 47ec879760498c184a98e8207e0b1a2486be8ec6..aaa913ae0f41ae532c8cf2a1615c44962c216ad3 100644 (file)
@@ -60,7 +60,6 @@
   (interactive "p")
   (let ((keys (this-command-keys))
         (presets (mapcar (lambda (x) (cons (read-kbd-macro (car x)) (cdr x))) iplayer-presets)))
-    (message "%s" (this-command-keys))
     (cond
      ((= (length keys) 1)
       (let ((channel (cdr (assoc keys presets))))