1
0
forked from MTSR/telegram

Don't print update id each time, we don't debug anymore

This commit is contained in:
neko259 2019-10-12 20:51:36 +03:00
parent 4726824c3e
commit 963006427e

View File

@ -147,7 +147,6 @@ minetest.register_globalstep(function(dtime)
if timer >= updates_timeout and not http_in_progress then
local timeout = 0
print(offset)
local request_body = {
offset = offset,
limit = UPDATES_LIMIT,