ob-python: Remove debugging print statement

* lisp/ob-python.el (org-babel-python-initiate-session-by-key): Remove
old print statement that was added for debugging.
This commit is contained in:
Jack Kamm 2023-02-11 13:16:57 -08:00
parent 1f332d6c5c
commit e6353d5b9c
1 changed files with 1 additions and 3 deletions

View File

@ -190,9 +190,7 @@ then create. Return the initialized session."
(with-current-buffer py-buffer
(add-hook
'python-shell-first-prompt-hook
(lambda ()
(setq-local org-babel-python--initialized t)
(message "I am running!!!"))
(lambda () (setq-local org-babel-python--initialized t))
nil 'local)))
;; Wait until Python initializes.
;; This is more reliable compared to