]> p2p-next.cs.pub.ro Git - p2p-testing-infrastructure.git/commitdiff
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 64367cdd4a364f7db81f502dd017f72dd6269203..f7a1b2fb28601428ccf89e9be7ecae862c3eb8f7 100644 (file)
@@ -7,7 +7,7 @@
 
 DEBUG()
 {
-       test ${_DEBUG} = "on" && $@
+       test ${_DEBUG} = "off" && $@
 }
 
 start_client()