From ac04f28600bf49c21993e93c8421558beeb87914 Mon Sep 17 00:00:00 2001
From: josh <josh@elixxir.io>
Date: Thu, 27 May 2021 15:48:37 -0700
Subject: [PATCH] Modify delete contact commands

---
 basice2e/run.sh | 5 -----
 1 file changed, 5 deletions(-)

diff --git a/basice2e/run.sh b/basice2e/run.sh
index 0c66702..cfc2035 100755
--- a/basice2e/run.sh
+++ b/basice2e/run.sh
@@ -419,11 +419,6 @@ CLIENTCMD="timeout 240s ../bin/client $CLIENTOPTS -l $CLIENTOUT/client42.log -s
 eval $CLIENTCMD >> $CLIENTOUT/client43.txt || true &
 PIDVAL2=$!
 echo "$CLIENTCMD -- $PIDVAL"
-CLIENTCMD="timeout 240s ../bin/client $CLIENTOPTS -l $CLIENTOUT/client43.log -s blob43 --writeContact $CLIENTOUT/ben43-contact.bin --destfile $CLIENTOUT/ben43-contact.bin --send-auth-request --sendCount 0 --receiveCount 0"
-eval $CLIENTCMD >> $CLIENTOUT/client42.txt || true &
-PIDVAL=$!
-echo "$CLIENTCMD -- $PIDVAL"
-wait $PIDVAL
 
 if [ "$PERMISSIONING" == "" ]
 then
-- 
GitLab