comment debug logging

This commit is contained in:
Starbeamrainbowlabs 2023-07-18 00:42:42 +01:00
parent 878c8241e2
commit dacbeaf81d
Signed by: sbrl
GPG key ID: 1BE5172E637709C2
2 changed files with 1 additions and 1 deletions

View file

@ -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

View file

@ -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)