ControlScripts: remove DEBUG option from schedule_client.sh
authorRazvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Tue, 3 Aug 2010 20:14:10 +0000 (23:14 +0300)
committerRazvan Deaconescu <razvan.deaconescu@cs.pub.ro>
Tue, 3 Aug 2010 20:14:10 +0000 (23:14 +0300)
ControlScripts/schedule_client.sh

index 8e13caa..89b0e6b 100755 (executable)
@@ -8,7 +8,7 @@
 #  * manages when client completes
 
 # use _DEBUG="off" to turn off debug printing
-_DEBUG="on"
+_DEBUG="off"
 
 DEBUG()
 {