From: Christophe Rhodes Date: Tue, 24 Apr 2012 11:33:03 +0000 (+0100) Subject: remove debugging call to message in iplayer-preset X-Git-Tag: v0.1~21 X-Git-Url: http://christophe.rhodes.io/gitweb/?p=iplayer-el.git;a=commitdiff_plain;h=9abb065f7bd58acb7fdc3da4573938c44c4a8fb4 remove debugging call to message in iplayer-preset --- diff --git a/iplayer.el b/iplayer.el index 47ec879..aaa913a 100644 --- a/iplayer.el +++ b/iplayer.el @@ -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))))