Removed heap logging messages

This commit is contained in:
Ollo 2023-03-02 20:34:07 +01:00
parent 6160e00e17
commit a2df4e3137

View File

@ -55,7 +55,6 @@ function displayTime()
package.loaded["wordclock_diet"]=nil
collectgarbage()
print("wc: " .. tostring(node.heap()))
local dw = require("displayword_diet")
if (dw ~= nil) then
--if lines 4 to 6 are inverted due to hardware-fuckup, unfuck it here