summaryrefslogtreecommitdiffstats
path: root/auth/sample/bin
diff options
context:
space:
mode:
authorInstrumental <jonathan.gathman@att.com>2018-10-01 16:41:31 -0500
committerInstrumental <jonathan.gathman@att.com>2018-10-01 16:41:38 -0500
commit9196a58ccc6e1ff6c0708bbd5fe3cd45a8e9f1c0 (patch)
treed8b4b6e6a1d7acf3ab9551d22cdbb8868548a249 /auth/sample/bin
parent365638c2c53d3b790b6914fe3e06b58cec3b2963 (diff)
Remove Debug Statement
Issue-ID: AAF-517 Change-Id: Ifed3586d88aa0101be6da17aa1a9fe51b7a69f64 Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'auth/sample/bin')
-rw-r--r--auth/sample/bin/client.sh1
1 files changed, 0 insertions, 1 deletions
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}