Deleted logging.
This commit is contained in:
parent
9e5d0cf36f
commit
fe6facb240
2
ldt.lua
2
ldt.lua
@ -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
|
||||
|
2
ldt.moon
2
ldt.moon
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user