Do not print the mesecons OK message

This commit is contained in:
HybridDog
2022-12-22 21:02:36 +01:00
committed by GitHub
parent edcdc6817e
commit 2589b391e5

View File

@ -117,8 +117,6 @@ function mesecon.receptor_off(pos, rules)
end
print("[OK] Mesecons")
-- Deprecated stuff
-- To be removed in future releases
dofile(minetest.get_modpath("mesecons").."/legacy.lua");