cleaning up debugging messages in python

This commit is contained in:
Eric Schulte 2009-06-15 12:14:02 -07:00
parent b8b8540892
commit a44c98b376
1 changed files with 1 additions and 1 deletions

View File

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