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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 0 additions and 2 deletions

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");