From 1902deee453f596e01f33c80680de43ffcc9acea Mon Sep 17 00:00:00 2001 From: Razvan Deaconescu Date: Tue, 3 Aug 2010 23:14:10 +0300 Subject: [PATCH] ControlScripts: remove DEBUG option from schedule_client.sh --- ControlScripts/schedule_client.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ControlScripts/schedule_client.sh b/ControlScripts/schedule_client.sh index 8e13caa..89b0e6b 100755 --- a/ControlScripts/schedule_client.sh +++ b/ControlScripts/schedule_client.sh @@ -8,7 +8,7 @@ # * manages when client completes # use _DEBUG="off" to turn off debug printing -_DEBUG="on" +_DEBUG="off" DEBUG() { -- 2.20.1