From afd58aa6a884a52688886cf1cdfd1dbc1d809625 Mon Sep 17 00:00:00 2001 From: "patrwinfspam+github@gmail.com" Date: Mon, 11 Sep 2023 22:16:02 -0600 Subject: [PATCH] rework env vars --- src/components/GoToSpringboardModal.vue | 1 - 1 file changed, 1 deletion(-) diff --git a/src/components/GoToSpringboardModal.vue b/src/components/GoToSpringboardModal.vue index 780462d..f534f0b 100644 --- a/src/components/GoToSpringboardModal.vue +++ b/src/components/GoToSpringboardModal.vue @@ -51,7 +51,6 @@ const props = defineProps({ const emit = defineEmits(['login']) function handleSpringboardLogin() { - console.log(`♨️♨️♨️handleSpringboardLogin this.environment: ${props.environment}`) emit('login') const tabName = `${props.appName}-springboard` window.open(`${springBoardUrl(props.environment)}/home?kyc=true`, tabName).focus()