From dacbeaf81d7d5b0d79acdf47e2f95c11f9bda987 Mon Sep 17 00:00:00 2001 From: Starbeamrainbowlabs Date: Tue, 18 Jul 2023 00:42:42 +0100 Subject: [PATCH] comment debug logging --- CHANGELOG.md | 1 + worldeditadditions_core/core/pos_marker_wall_manage.lua | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index c60f871..ff8731f 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -7,6 +7,7 @@ Note to self: See the bottom of this file for the release template text. ## v1.14.3: The multipoint update, hotfix 3 (18th July 2023) - Fix regions not remembering their state and being unresettable + ## v1.14.2: The multipoint update, hotfix 2 (15th July 2023) - Fix crash in `//subdivide`, again due to the new position system diff --git a/worldeditadditions_core/core/pos_marker_wall_manage.lua b/worldeditadditions_core/core/pos_marker_wall_manage.lua index 26041b1..0c32d47 100644 --- a/worldeditadditions_core/core/pos_marker_wall_manage.lua +++ b/worldeditadditions_core/core/pos_marker_wall_manage.lua @@ -64,7 +64,6 @@ local function garbage_collect(player_name) end local function update_entity(event) - print("DEBUG:pos_marker_wall_manage UPDATE_ENTITY event", weac.inspect(event)) garbage_collect(event.player_name) ensure_player(event.player_name)