From ad812b56e20e47d4282589bab44789510c528fb8 Mon Sep 17 00:00:00 2001 From: lxsameer Date: Mon, 3 Jan 2011 20:38:16 +0330 Subject: [PATCH] some code clean up --- src/plugins/dpaste.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/plugins/dpaste.el b/src/plugins/dpaste.el index 61572a8..9fd684c 100644 --- a/src/plugins/dpaste.el +++ b/src/plugins/dpaste.el @@ -140,8 +140,7 @@ binding for Kuso IDE dpaste plugin" (with-current-buffer buf (message "<><><> %s " buffer-string) ) - ;;(setq output (shell-command-to-string command)) - ;;(message ">>> %s" output) + ) ) ;; ----------------------------------------------------------------------