Преглед на файлове

ob-sql: Don't print out the command

* lisp/ob-sql.el (org-babel-execute:sql): Don't print out the command
  in the echo area, since it could be very long.
Sacha Chua преди 9 години
родител
ревизия
955bc57ded
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      lisp/ob-sql.el

+ 0 - 1
lisp/ob-sql.el

@@ -175,7 +175,6 @@ SET COLSEP '|'
 ")
 	 (_ ""))
        (org-babel-expand-body:sql body params)))
-    (message command)
     (org-babel-eval command "")
     (org-babel-result-cond result-params
       (with-temp-buffer