Deactivated debug in client_script_mappings
authorGeorge Milescu <george.milescu@gmail.com>
Fri, 6 Aug 2010 23:14:01 +0000 (01:14 +0200)
committerGeorge Milescu <george.milescu@gmail.com>
Fri, 6 Aug 2010 23:14:01 +0000 (01:14 +0200)
Signed-off-by: George Milescu <george.milescu@gmail.com>
ConfigFiles/client_script_mappings

index 64367cd..f7a1b2f 100644 (file)
@@ -7,7 +7,7 @@
 
 DEBUG()
 {
-       test ${_DEBUG} = "on" && $@
+       test ${_DEBUG} = "off" && $@
 }
 
 start_client()