debug info disabled

This commit is contained in:
Alexander Weber 2016-09-26 14:37:41 +02:00 committed by Elinvention
parent a78a9168b2
commit d157987791

View File

@ -25,7 +25,7 @@ towntest_chest = {}
-- debug. Used for debug messages. In production the function should be empty
local dprint = function(...)
-- debug print. Comment out the next line if you don't need debug out
print(unpack(arg))
-- print(unpack(arg))
end
towntest_chest.dprint = dprint