Skip to content

Commit 384ba06

Browse files
committed
fix bug
1 parent 19a32c5 commit 384ba06

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/prometheus/steps/AntiTamper.lua

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -165,8 +165,6 @@ end
165165
repeat until valid;
166166
]]
167167

168-
print(code);
169-
170168
local parsed = Parser:new({LuaVersion = Enums.LuaVersion.Lua51}):parse(code);
171169
local doStat = parsed.body.statements[1];
172170
doStat.body.scope:setParent(ast.body.scope);

0 commit comments

Comments
 (0)