clean up a debug print

This commit is contained in:
Kartik K. Agaram 2023-11-20 22:47:31 -08:00
parent f580e2efca
commit cfb5f2dd7d
1 changed files with 0 additions and 1 deletions

View File

@ -22,7 +22,6 @@ run_button = function(x)
local status, result = live.eval(buf)
-- ## run: save some stuff, clean up the rest
print = real_print
print(status, result)
if result then
-- could be either output or error
table.insert(Current_pane.output_editor_state.lines, {data=tostring(result)})