mirror of
https://git.minetest.land/MineClone2/MineClone2.git
synced 2025-01-13 03:57:31 +01:00
remove debug logging
This commit is contained in:
parent
a55cbaadd6
commit
145be4c830
@ -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 New Issue
Block a user