Explorar o código

removing debug message from litorgy-script.el

Eric Schulte %!s(int64=17) %!d(string=hai) anos
pai
achega
f20d7e54a5
Modificáronse 1 ficheiros con 0 adicións e 1 borrados
  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))))))