Remove Debug Statement 32/69632/1
authorInstrumental <jonathan.gathman@att.com>
Mon, 1 Oct 2018 21:41:31 +0000 (16:41 -0500)
committerInstrumental <jonathan.gathman@att.com>
Mon, 1 Oct 2018 21:41:38 +0000 (16:41 -0500)
Issue-ID: AAF-517
Change-Id: Ifed3586d88aa0101be6da17aa1a9fe51b7a69f64
Signed-off-by: Instrumental <jonathan.gathman@att.com>
auth/sample/bin/client.sh

index 0e3d1ca..ded8c40 100644 (file)
@@ -36,7 +36,6 @@ function sso_encrypt() {
 
 if [ ! -e "$DOT_AAF/keyfile" ]; then
     mkdir -p $DOT_AAF
-    echo "WRITING $DOT_AAF Props ($SSO)"
     $JAVA -cp $CONFIG/bin/aaf-cadi-aaf-*-full.jar org.onap.aaf.cadi.CmdLine keygen $DOT_AAF/keyfile
     chmod 400 $DOT_AAF/keyfile
     echo cadi_latitude=${LATITUDE} > ${SSO}