diff --git a/assembler-8608.lua b/assembler-8608.lua index 7b7e216..683280e 100644 --- a/assembler-8608.lua +++ b/assembler-8608.lua @@ -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"