From 7d9fc65469a88aee9bc3f20af215a6abb3e8db02 Mon Sep 17 00:00:00 2001 From: George Milescu Date: Sat, 7 Aug 2010 01:14:01 +0200 Subject: [PATCH] Deactivated debug in client_script_mappings Signed-off-by: George Milescu --- ConfigFiles/client_script_mappings | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ConfigFiles/client_script_mappings b/ConfigFiles/client_script_mappings index 64367cd..f7a1b2f 100644 --- a/ConfigFiles/client_script_mappings +++ b/ConfigFiles/client_script_mappings @@ -7,7 +7,7 @@ DEBUG() { - test ${_DEBUG} = "on" && $@ + test ${_DEBUG} = "off" && $@ } start_client() -- 2.20.1