turn debug off

This commit is contained in:
Vanessa Ezekowitz 2014-10-01 06:55:30 -04:00
parent 2e82a976ba
commit 42d858c752
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ else
S = function ( s ) return s end
end
local DEBUG = true --... except if you want to spam the console with debugging info :-)
local DEBUG = false --... except if you want to spam the console with debugging info :-)
function plantslib:dbg(msg)
if DEBUG then