Less debug code

This commit is contained in:
ollo 2017-03-01 21:46:11 +01:00
parent 6d3f161b09
commit 18e2f348a9

View File

@ -35,7 +35,6 @@ function drawLEDs(data, numberNewChars)
for i=1,numberNewChars do for i=1,numberNewChars do
if (tmpBuf == nil) then if (tmpBuf == nil) then
tmpBuf = updateColor(data) tmpBuf = updateColor(data)
print("inited tmpBuf" .. tostring(tmpBuf))
else else
tmpBuf=tmpBuf .. updateColor(data) tmpBuf=tmpBuf .. updateColor(data)
end end