From 7bbca155a407cace7e0e3b77dd4b74b6fd31b951 Mon Sep 17 00:00:00 2001 From: svk Date: Thu, 18 Jul 2019 16:01:32 +0300 Subject: [PATCH] Remove debug --- lib/function.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/function.tcl b/lib/function.tcl index 8e4b0ce..3e41bac 100644 --- a/lib/function.tcl +++ b/lib/function.tcl @@ -90,7 +90,7 @@ proc RunCommand {par} { agent_user agent_pwd cluster_user cluster_pwd server_platform set host [lindex [split $par " "] end] set work_list_row_count 0 - puts "$rac_cmd $par" + #puts "$rac_cmd $par" set pipe [open "|\"$rac_cmd\" $par" "r"] try { set lst ""