From dcc71225aee47ea0c76a5dfcedbba87ede16ca39 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ga=C3=ABl=20C?= Date: Sun, 11 Feb 2024 12:35:28 +0100 Subject: [PATCH] Remove debug print --- spawn.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/spawn.lua b/spawn.lua index 8b742b6..a125934 100644 --- a/spawn.lua +++ b/spawn.lua @@ -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