Browse Source

removing debug message from litorgy-script.el

Eric Schulte 16 years ago
parent
commit
f20d7e54a5
1 changed files with 0 additions and 1 deletions
  1. 0 1
      litorgy/litorgy-script.el

+ 0 - 1
litorgy/litorgy-script.el

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