diff --git a/packages/hoppscotch-app/components/http/Variables.vue b/packages/hoppscotch-app/components/http/Variables.vue index 5885fa5e6..e46fe6cb2 100644 --- a/packages/hoppscotch-app/components/http/Variables.vue +++ b/packages/hoppscotch-app/components/http/Variables.vue @@ -252,15 +252,6 @@ const deleteVar = (index: number) => { const envExpandError = computed(() => { const variables = pipe(vars.value) - console.log( - pipe( - variables, - A.exists(({ value }) => - E.isLeft(parseMyVariablesString(value, variables)) - ) - ) - ) - return pipe( variables, A.exists(({ value }) => E.isLeft(parseMyVariablesString(value, variables)))