Remove debug logging

This commit is contained in:
teknomunk 2024-11-17 19:51:35 -06:00
parent 5b3985f06f
commit d1acdf3a5b
1 changed files with 0 additions and 4 deletions

View File

@ -40,10 +40,6 @@ table.update(spear_entity._vl_projectile,{
local pos = self.object:get_pos() local pos = self.object:get_pos()
local y_diff = math.abs(self._last_pos.y - pos.y) local y_diff = math.abs(self._last_pos.y - pos.y)
minetest.log(dump({
y_diff = y_diff,
flat_time = self._flat_time,
}))
if y_diff > 0.0001 then if y_diff > 0.0001 then
self._flat_time = 0 self._flat_time = 0
return return