mirror of
https://github.com/mt-mods/led_marquee.git
synced 2024-11-24 08:13:52 +01:00
remove debug prints
This commit is contained in:
parent
2d74ccf8e6
commit
1b2e898615
7
init.lua
7
init.lua
@ -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)
|
||||||
|
Loading…
Reference in New Issue
Block a user