Browse Source

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 years ago
parent
commit
955bc57ded
1 changed files with 0 additions and 1 deletions
  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