From fd5ec411f18d912087875f2d7a3359749c2c68d4 Mon Sep 17 00:00:00 2001 From: Ollo Date: Sun, 21 Mar 2021 15:12:37 +0100 Subject: [PATCH] Removed debug code --- displayword.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/displayword.lua b/displayword.lua index 6b3da4f..bb567e1 100644 --- a/displayword.lua +++ b/displayword.lua @@ -31,7 +31,6 @@ local updateColor = function (data) elseif (data.dC > data.mC) then specialChar = 0 end - print (tostring(data.dC) .. " -> " .. tostring(specialChar) .. " " .. tostring(data.mC) .. "minutes") if (specialChar < 1) then return data.colorFg elseif (specialChar < 2) then