remove unnecessary minetest.log call

This commit is contained in:
chmodsayshello 2022-07-25 21:37:05 +02:00 committed by cora
parent 1fdd6a4707
commit d15ad61038
1 changed files with 0 additions and 1 deletions

View File

@ -263,7 +263,6 @@ minetest.register_node("mcl_beacons:beacon", {
successful = true
end
if successful then
minetest.log("1")
if power_level == 4 then
awards.unlock(sender:get_player_name(),"mcl:maxed_beacon")
end