Remove delay

This commit is contained in:
phahulin 2018-05-30 09:00:59 +03:00
parent f0cb093596
commit 4f5c151025
1 changed files with 0 additions and 1 deletions

View File

@ -15,7 +15,6 @@ function log() {
parameters_json="{}"
function fetch_ssm_with_token() {
sleep 1
if [ -z "$1" ]; then
log "(fetch_ssm_with_token) Calling ssm without token"
parameters_json_tmp=$(aws ssm get-parameters-by-path --region "$REGION" --path "/$PREFIX/$CHAIN")