From 3e474ad5f193a68b3ba39cf721cee8c780cbdf4c Mon Sep 17 00:00:00 2001
From: "Hahn Axel (hahn)" <axel.hahn@unibe.ch>
Date: Thu, 2 Nov 2023 13:18:00 +0100
Subject: [PATCH] remove debug line

---
 director-cli.sh | 1 -
 1 file changed, 1 deletion(-)

diff --git a/director-cli.sh b/director-cli.sh
index f5c2e4e..e168854 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
 
-- 
GitLab