From a4c16ea28254857e2ae2616c45fc127032a2c8c7 Mon Sep 17 00:00:00 2001 From: chmodsayshello Date: Mon, 3 Oct 2022 11:46:21 +0000 Subject: [PATCH] remove debug logging --- the_bridge.lua | 2 -- 1 file changed, 2 deletions(-) diff --git a/the_bridge.lua b/the_bridge.lua index 78394e0..e53367d 100644 --- a/the_bridge.lua +++ b/the_bridge.lua @@ -18,12 +18,10 @@ local function after_goal(arena) end local goalfunc = function(pos, node, player) - minetest.log("check!") if not player then return end arena = arena_lib.get_arena_by_player(player:get_player_name()) if not arena then return end - minetest.log("check passed!") nodename = node.name if nodename == "the_bridge:goal_area_red" then arena.teams[team_id_red].goals = arena.teams[team_id_red].goals +1