0
0
Fork 1
mirror of https://git.savannah.gnu.org/git/emacs/org-mode.git synced 2024-07-15 21:16:26 +00:00

removing debug message from litorgy-script.el

This commit is contained in:
Eric Schulte 2009-03-31 16:09:26 -07:00
parent 0ca4b60bb6
commit f20d7e54a5

View file

@ -76,7 +76,6 @@ executed through litorgy."
(butlast body-lines))
(insert (format "\treturn %s\n" (car (last body-lines)))))
(insert "\nprint main()\n")))
(message (buffer-string))
(shell-command-on-region (point-min) (point-max) cmd nil 'replace)
(litorgy-script-table-or-results (buffer-string))))))