remove debug prints

This commit is contained in:
Vanessa Dannenberg 2018-08-21 05:48:41 -04:00
parent 2d74ccf8e6
commit 1b2e898615
1 changed files with 0 additions and 7 deletions

View File

@ -184,13 +184,6 @@ led_marquee.scroll_text = function(pos, elapsed, skip)
break break
end end
end end
print("[LED] msg = "..msg)
print("[LED] msg len = "..len)
print("[LED] index = "..index)
print("[LED] r = "..index)
print("[LED] f = "..index)
led_marquee.display_msg(pos, channel, "/"..colorchar..string.sub(msg, f)..string.rep(" ", skip + 1)) led_marquee.display_msg(pos, channel, "/"..colorchar..string.sub(msg, f)..string.rep(" ", skip + 1))
meta:set_int("index", f) meta:set_int("index", f)