From 2e432f1c73b7d19cfc275b073a4cb88372318e87 Mon Sep 17 00:00:00 2001 From: John Cruz Date: Fri, 19 Jan 2024 13:34:30 -0700 Subject: [PATCH] 10228: Remove logs --- scripts/run-cypress.sh | 2 -- 1 file changed, 2 deletions(-) diff --git a/scripts/run-cypress.sh b/scripts/run-cypress.sh index 21608daa718..b65602a95e0 100755 --- a/scripts/run-cypress.sh +++ b/scripts/run-cypress.sh @@ -123,8 +123,6 @@ else export CYPRESS_BASE_URL="https://${NON_PUBLIC}${CYPRESS_DEPLOYING_COLOR}.${EFCMS_DOMAIN}" DYNAMODB_TABLE_NAME=$(./scripts/dynamo/get-destination-table.sh "${ENV}") export DYNAMODB_TABLE_NAME=$DYNAMODB_TABLE_NAME - echo "${ENV}" - echo "${DYNAMODB_TABLE_NAME}" CYPRESS_MIGRATE=$(./scripts/dynamo/get-migrate-flag.sh "${ENV}") export CYPRESS_MIGRATE=$CYPRESS_MIGRATE fi