Ver Fonte

removed debugging statement from org-babel.el

Eric Schulte há 16 anos atrás
pai
commit
7d063efd28
1 ficheiros alterados com 0 adições e 1 exclusões
  1. 0 1
      lisp/org-babel.el

+ 0 - 1
lisp/org-babel.el

@@ -127,7 +127,6 @@ the header arguments specified at the source code block."
       (error "Language is not in `org-babel-interpreters': %s" lang))
     (setq result (funcall cmd body params))
     ;; possibly force result into a vector
-    (message "with %s result %S" lang result)
     (if (and (not (listp result)) (cdr (assoc :results params))
              (member "vector" (split-string (cdr (assoc :results params)))))
         (setq result (list result)))