From 9196a58ccc6e1ff6c0708bbd5fe3cd45a8e9f1c0 Mon Sep 17 00:00:00 2001 From: Instrumental Date: Mon, 1 Oct 2018 16:41:31 -0500 Subject: [PATCH] Remove Debug Statement Issue-ID: AAF-517 Change-Id: Ifed3586d88aa0101be6da17aa1a9fe51b7a69f64 Signed-off-by: Instrumental --- auth/sample/bin/client.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/auth/sample/bin/client.sh b/auth/sample/bin/client.sh index 0e3d1ca1..ded8c409 100644 --- a/auth/sample/bin/client.sh +++ b/auth/sample/bin/client.sh @@ -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} -- 2.16.6