From e6d53864f71b53e150e1f914ff783d0c374d9f5a Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Tue, 15 Jan 2019 18:08:18 -0800 Subject: Removed debug code. --- nomsu_compiler.lua | 2 -- 1 file changed, 2 deletions(-) (limited to 'nomsu_compiler.lua') diff --git a/nomsu_compiler.lua b/nomsu_compiler.lua index fee94f3..9c8c9ac 100644 --- a/nomsu_compiler.lua +++ b/nomsu_compiler.lua @@ -97,8 +97,6 @@ compile = function(self, tree) if ret ~= tree then return self:compile(ret) end - elseif tree.stub == "1 if 2 else" then - require('ldt').breakpoint() end local lua = LuaCode:from(tree.source) lua:add((stub):as_lua_id(), "(") -- cgit v1.2.3