remove debug print
This commit is contained in:
parent
6b64e61537
commit
7ea1c56362
@ -344,7 +344,6 @@ local function prefixCode(code, fn) -- fix strings, add line numbers
|
||||
elseif state=="comment" then
|
||||
if c=="\n" then state = "code" out("\n") lastnl = true end
|
||||
elseif state=="commentml" then
|
||||
print(c)
|
||||
if c=="/" and cp=="*" then state = "code" end
|
||||
elseif state=="string" then
|
||||
if c=="\\" then state = "stringesc"
|
||||
|
Loading…
x
Reference in New Issue
Block a user