Skip to content

Commit

Permalink
Remove unnecessary message call
Browse files Browse the repository at this point in the history
Remove leftover message call from debugging.
  • Loading branch information
ljos committed Jul 20, 2018
1 parent 8e34b27 commit 85ada8f
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion ob-prolog.el
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ running just the body through the Prolog process."
(with-current-buffer session
(setq comint-prompt-regexp "^|: *"))
(org-babel-comint-input-command session "consult(user).\n")
(message (prolog-prompt-regexp))
(org-babel-comint-with-output (session "\n")
(setq comint-prompt-regexp (prolog-prompt-regexp))
(dolist (line clauses)
Expand Down

0 comments on commit 85ada8f

Please sign in to comment.