Removed heap logging messages
This commit is contained in:
parent
6160e00e17
commit
a2df4e3137
1
main.lua
1
main.lua
@ -55,7 +55,6 @@ function displayTime()
|
|||||||
package.loaded["wordclock_diet"]=nil
|
package.loaded["wordclock_diet"]=nil
|
||||||
|
|
||||||
collectgarbage()
|
collectgarbage()
|
||||||
print("wc: " .. tostring(node.heap()))
|
|
||||||
local dw = require("displayword_diet")
|
local dw = require("displayword_diet")
|
||||||
if (dw ~= nil) then
|
if (dw ~= nil) then
|
||||||
--if lines 4 to 6 are inverted due to hardware-fuckup, unfuck it here
|
--if lines 4 to 6 are inverted due to hardware-fuckup, unfuck it here
|
||||||
|
Loading…
Reference in New Issue
Block a user