Deleted logging.

This commit is contained in:
Bruce Hill 2018-04-12 15:36:20 -07:00
parent 9e5d0cf36f
commit fe6facb240
2 changed files with 0 additions and 4 deletions

View File

@ -4,7 +4,6 @@ local line_matcher = re.compile('lines<-{| line ("\n" line)* |} line<-{[^\n]*}')
local ldb
local AUTO = { }
local PARENT = { }
local log = io.open('output.log', 'w')
local _error = error
local _assert = assert
local callstack_range
@ -1196,7 +1195,6 @@ ldb = {
return Color("black bold")
end
end)
log:write("Created var pad.\n")
pads.vars.on_select = function(self, var_index)
if var_index == nil then
return

View File

@ -4,7 +4,6 @@ line_matcher = re.compile('lines<-{| line ("\n" line)* |} line<-{[^\n]*}')
local ldb
AUTO = {} -- Singleton
PARENT = {} -- Singleton
log = io.open('output.log','w')
-- TODO: add support for stepping debugger
@ -773,7 +772,6 @@ ldb = {
if i == @selected then Color('reverse')
elseif i <= num_locals then Color()
else Color("black bold")
log\write("Created var pad.\n")
pads.vars.on_select = (var_index)=>
if var_index == nil then return