From a2df4e313736c1b0397a91927ae8b4250aeb264c Mon Sep 17 00:00:00 2001 From: Ollo Date: Thu, 2 Mar 2023 20:34:07 +0100 Subject: [PATCH] Removed heap logging messages --- main.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/main.lua b/main.lua index 5b2873c..247d01e 100644 --- a/main.lua +++ b/main.lua @@ -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