Remove debug

master
svk 2019-07-18 16:01:32 +03:00
parent 3f240b2a0e
commit 7bbca155a4
1 changed files with 1 additions and 1 deletions

View File

@ -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 ""