소스 검색

cleaning up debugging messages in python

Eric Schulte 16 년 전
부모
커밋
a44c98b376
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      lisp/langs/org-babel-python.el

+ 1 - 1
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