From 42d858c752f25e56df4eb9dd028584a562ab99e1 Mon Sep 17 00:00:00 2001 From: Vanessa Ezekowitz Date: Wed, 1 Oct 2014 06:55:30 -0400 Subject: [PATCH] turn debug off --- plants_lib/init.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/plants_lib/init.lua b/plants_lib/init.lua index c5ac195..661513e 100644 --- a/plants_lib/init.lua +++ b/plants_lib/init.lua @@ -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