From 963006427ed76994ad39cbc774e333d20c22cfc4 Mon Sep 17 00:00:00 2001 From: neko259 Date: Sat, 12 Oct 2019 20:51:36 +0300 Subject: [PATCH] Don't print update id each time, we don't debug anymore --- init.lua | 1 - 1 file changed, 1 deletion(-) diff --git a/init.lua b/init.lua index 337cd21..8a0dd8d 100644 --- a/init.lua +++ b/init.lua @@ -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,