Removed debug code

This commit is contained in:
Ollo 2021-03-21 15:12:37 +01:00
parent 2d7d1f65d5
commit fd5ec411f1

View File

@ -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