From 2e4d040528c47ac7dc8b165e6d03ba29c63bebcb Mon Sep 17 00:00:00 2001 From: Ferry Boender Date: Fri, 10 Apr 2015 08:32:30 +0200 Subject: [PATCH] Simple example: removed debugging output. --- examples/simple/job_add_user.sh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/examples/simple/job_add_user.sh b/examples/simple/job_add_user.sh index 4e48b6e..e00ce62 100755 --- a/examples/simple/job_add_user.sh +++ b/examples/simple/job_add_user.sh @@ -7,10 +7,6 @@ err() { exit 1 } -echo $username -echo $password1 -echo $password2 - if [ -z "$password1" ]; then err "Empty password specified" fi