remove debug logging 1/2

This commit is contained in:
chmodsayshello 2022-03-23 13:54:53 +00:00
parent a32531c8f6
commit fc59d05679
1 changed files with 0 additions and 1 deletions

View File

@ -460,7 +460,6 @@ function mcl_spawn.get_player_spawn_pos(player)
end
return result;
end
minetest.log(player:get_meta():get_string("mcl_beds:spawn"))
s = split(player:get_meta():get_string("mcl_beds:spawn"), ",")
x = nil
y = nil