Remove debug print

This commit is contained in:
Gaël C 2024-02-11 12:35:28 +01:00
parent c8b96e2836
commit dcc71225ae
1 changed files with 0 additions and 1 deletions

View File

@ -44,7 +44,6 @@ local function estimate_spawn_level(pos, use_distort)
end
local function get_spawn_level(x, z)
print(x, z)
local pos = {x=x, z=z}
local suitable, y = estimate_spawn_level(pos, false)
if not suitable then