Ver código fonte

removing debug message from litorgy-script.el

Eric Schulte 17 anos atrás
pai
commit
f20d7e54a5
1 arquivos alterados com 0 adições e 1 exclusões
  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))))))