summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSacha Chua <sacha@sachachua.com>2015-12-24 12:36:40 -0500
committerNicolas Goaziou <mail@nicolasgoaziou.fr>2015-12-26 14:28:49 +0100
commit955bc57ded513be2cf2248a7d7a858c11a1110b3 (patch)
tree556fd3cb3242ca17df00a061a5f3e4c520539761
parente6eb8a6fd74955e0285014d5a59a3f1ede53a4a3 (diff)
downloadorg-mode-955bc57ded513be2cf2248a7d7a858c11a1110b3.tar.gz
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.
-rw-r--r--lisp/ob-sql.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/lisp/ob-sql.el b/lisp/ob-sql.el
index 275370e..14d5c61 100644
--- a/lisp/ob-sql.el
+++ b/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