chg: skip if not debug
This commit is contained in:
@@ -30,6 +30,8 @@ local bxor = bit32.bxor
|
|||||||
---
|
---
|
||||||
-- A debug printout-function
|
-- A debug printout-function
|
||||||
local function dbg(args)
|
local function dbg(args)
|
||||||
|
if not DEBUG then return end
|
||||||
|
|
||||||
if type(args) == "table" then
|
if type(args) == "table" then
|
||||||
local i = 1
|
local i = 1
|
||||||
while args[i] do
|
while args[i] do
|
||||||
|
|||||||
Reference in New Issue
Block a user