comment out debug

This commit is contained in:
Sirrobzeroone 2021-06-14 11:03:39 +10:00
parent 56366fec62
commit aec0065987
1 changed files with 1 additions and 1 deletions

View File

@ -389,7 +389,7 @@ minetest.register_abm({
end end
end end
-- if pw_supply ~= 0 then minetest.debug("end_run") end -- debug line -- if pw_supply ~= 0 then minetest.debug("end_run") end -- debug line
-- minetest.debug(dump(ele.graphcache)) -- network dump -- minetest.debug(dump(ele.graphcache)) -- network dump
end, end,
}) })