diff --git a/director-cli.sh b/director-cli.sh
index f5c2e4e0caae33f5b160180f7add9145bc248f3c..e16885421211c144a17d71200b1364d876d9d0f1 100755
--- a/director-cli.sh
+++ b/director-cli.sh
@@ -325,7 +325,6 @@ hostDefaultgroups="groups[]=iml groups[]=iml-server"
 
     # --- get json data of object
     if [ $_bSendData = true ]; then
-      echo "$_jsonparams"
       _jsondata=$( eval jo -p -d. $_jsonparams )
     fi