forked from MTSR/telegram
Don't print update id each time, we don't debug anymore
This commit is contained in:
parent
4726824c3e
commit
963006427e
1
init.lua
1
init.lua
@ -147,7 +147,6 @@ minetest.register_globalstep(function(dtime)
|
|||||||
if timer >= updates_timeout and not http_in_progress then
|
if timer >= updates_timeout and not http_in_progress then
|
||||||
local timeout = 0
|
local timeout = 0
|
||||||
|
|
||||||
print(offset)
|
|
||||||
local request_body = {
|
local request_body = {
|
||||||
offset = offset,
|
offset = offset,
|
||||||
limit = UPDATES_LIMIT,
|
limit = UPDATES_LIMIT,
|
||||||
|
Loading…
Reference in New Issue
Block a user