Remove debug for real

This commit is contained in:
GreenXenith 2018-11-26 13:58:05 -08:00
parent e39cdc71ce
commit 109b55d485
1 changed files with 0 additions and 1 deletions

View File

@ -119,7 +119,6 @@ local reset_meta = function(pos)
end
local clearscreen = function(pos)
minetest.chat_send_all("clearing screen at "..minetest.pos_to_string(pos))
local objects = minetest.get_objects_inside_radius(pos, 0.5)
for _, o in ipairs(objects) do
local o_entity = o:get_luaentity()