From 0350894e5bbf4b1a45fb772eeeb75ea8f5b087dc Mon Sep 17 00:00:00 2001 From: ckaotik Date: Wed, 12 May 2010 10:41:42 +0200 Subject: [PATCH] debug disabled --- helper.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helper.lua b/helper.lua index de57773..e1a4136 100644 --- a/helper.lua +++ b/helper.lua @@ -1,6 +1,6 @@ _, BrokerGarbage = ... -local debug = true -- set this to 'true' to get your chatframe spammed :D +local debug = false -- set this to 'true' to get your chatframe spammed :D -- Addon Basics -- 1.7.9.5