babel: removed debug line

* contrib/babel/lisp/org-babel-exp.el (org-babel-exp-src-blocks):
  removed debug line
This commit is contained in:
Eric Schulte 2010-06-10 10:16:45 -07:00
parent 8021cf9288
commit a9c4439d5a
1 changed files with 0 additions and 1 deletions

View File

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