Removed debug code
This commit is contained in:
parent
2d7d1f65d5
commit
fd5ec411f1
@ -31,7 +31,6 @@ local updateColor = function (data)
|
|||||||
elseif (data.dC > data.mC) then
|
elseif (data.dC > data.mC) then
|
||||||
specialChar = 0
|
specialChar = 0
|
||||||
end
|
end
|
||||||
print (tostring(data.dC) .. " -> " .. tostring(specialChar) .. " " .. tostring(data.mC) .. "minutes")
|
|
||||||
if (specialChar < 1) then
|
if (specialChar < 1) then
|
||||||
return data.colorFg
|
return data.colorFg
|
||||||
elseif (specialChar < 2) then
|
elseif (specialChar < 2) then
|
||||||
|
Loading…
Reference in New Issue
Block a user