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