Disabled the debug feature.

This commit is contained in:
rdococ 2017-08-06 20:18:45 +01:00
parent 01c0ce3c72
commit 20f754df8b
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@
local program_channel = "Program channel"
local do_debug = true
local do_debug = false
local function debug(text)
if do_debug then minetest.chat_send_all("[SB] " .. text) end
end