From a44c98b376f8e0d77059a729e98e8b1c4d737a86 Mon Sep 17 00:00:00 2001 From: Eric Schulte Date: Mon, 15 Jun 2009 12:14:02 -0700 Subject: [PATCH] cleaning up debugging messages in python --- lisp/langs/org-babel-python.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/langs/org-babel-python.el b/lisp/langs/org-babel-python.el index 93ccd8102..63927b3dc 100644 --- a/lisp/langs/org-babel-python.el +++ b/lisp/langs/org-babel-python.el @@ -156,7 +156,7 @@ last statement in BODY." (butlast lines) "\n") (format "\n\treturn %s" (last lines)))) tmp-file)) - (message "buffer=%s" (buffer-string)) ;; debugging + ;; (message "buffer=%s" (buffer-string)) ;; debugging (shell-command-on-region (point-min) (point-max) "python")) (with-temp-buffer (insert-file-contents tmp-file) (buffer-string)))))) ;; comint session evaluation