remove debug logging

This commit is contained in:
chmodsayshello 2023-04-09 18:32:52 +02:00
parent a55cbaadd6
commit 145be4c830
1 changed files with 0 additions and 1 deletions

View File

@ -443,7 +443,6 @@ minetest.register_globalstep(function(dtime)
if globalstep_timer >= 10 then
globalstep_timer = 0
playermessagecounter = {}
minetest.log("reset counter")
end
end)