babel: removed debug line
* contrib/babel/lisp/org-babel-exp.el (org-babel-exp-src-blocks): removed debug line
This commit is contained in:
parent
8021cf9288
commit
a9c4439d5a
|
@ -78,7 +78,6 @@ none ----- do not display either code or results upon export"
|
|||
(goto-char (match-beginning 0))
|
||||
(let* ((info (org-babel-get-src-block-info))
|
||||
(params (third info)))
|
||||
(message "info:%S" info)
|
||||
;; expand noweb references in the original file
|
||||
(setf (second info)
|
||||
(if (and (cdr (assoc :noweb params))
|
||||
|
|
Loading…
Reference in New Issue