From 943d894b40a56b7ca29e58c011319c8d2e2d4552 Mon Sep 17 00:00:00 2001 From: Rikard Gynnerstedt Date: Tue, 27 Jun 2017 07:50:20 +0200 Subject: [PATCH] cleanup of debug flag --- deploy/s3.sh | 3 --- 1 file changed, 3 deletions(-) diff --git a/deploy/s3.sh b/deploy/s3.sh index 50e3d5b6..08798637 100644 --- a/deploy/s3.sh +++ b/deploy/s3.sh @@ -54,9 +54,6 @@ s3_deploy() { _secure_debug AWS_ACCESS_KEY_ID "$AWS_ACCESS_KEY_ID" _secure_debug AWS_SECRET_ACCESS_KEY "$AWS_SECRET_ACCESS_KEY" - # REMOVE BEFORE COMMIT, ONLY FOR DEBUGGING - _aws_cli_installed=1 - _info "Deploying certificate to s3 bucket: $S3_BUCKET in $S3_REGION" if [ "$_aws_cli_installed" -eq "0" ]; then