mirror of
https://git.minetest.land/VoxeLibre/VoxeLibre.git
synced 2025-02-16 18:54:58 +01:00
remove debug logging
This commit is contained in:
parent
a55cbaadd6
commit
145be4c830
1 changed files with 0 additions and 1 deletions
|
@ -443,7 +443,6 @@ minetest.register_globalstep(function(dtime)
|
||||||
if globalstep_timer >= 10 then
|
if globalstep_timer >= 10 then
|
||||||
globalstep_timer = 0
|
globalstep_timer = 0
|
||||||
playermessagecounter = {}
|
playermessagecounter = {}
|
||||||
minetest.log("reset counter")
|
|
||||||
end
|
end
|
||||||
end)
|
end)
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue