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.
This commit is contained in:
Sacha Chua 2015-12-24 12:36:40 -05:00 committed by Nicolas Goaziou
parent e6eb8a6fd7
commit 955bc57ded

View file

@ -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