aboutsummaryrefslogtreecommitdiff
path: root/code_obj.lua
diff options
context:
space:
mode:
Diffstat (limited to 'code_obj.lua')
-rw-r--r--code_obj.lua3
1 files changed, 0 insertions, 3 deletions
diff --git a/code_obj.lua b/code_obj.lua
index 05de45b..a09608f 100644
--- a/code_obj.lua
+++ b/code_obj.lua
@@ -163,9 +163,6 @@ do
repeat
local b = select(i, ...)
assert(b, "code bit is nil")
- if b.Dict then
- require('ldt').breakpoint()
- end
assert(not Source:is_instance(b), "code bit is a Source")
if b == '' then
_continue_0 = true