Skip to content

Commit ec881d4

Browse files
committed
remove debugging code
1 parent d3af130 commit ec881d4

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

logging/bin/onboard.sh

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -219,9 +219,7 @@ if [ "$createuser" == "true" ]; then
219219
log_warn "You can create a new user with the appropriate access controls by calling the logging/bin/user.sh script directly."
220220
else
221221
if [ -z "$tenant" ]; then
222-
set -x
223222
./logging/bin/user.sh CREATE -ns "$namespace" -u "$inituser" "$passwdarg"
224-
set +x
225223
else
226224
./logging/bin/user.sh CREATE -ns "$namespace" -t "$tenant" -u "$inituser" "$passwdarg"
227225
fi

0 commit comments

Comments
 (0)