From 4247b4425ca72fa9e30a33cb33d6b70c264c0301 Mon Sep 17 00:00:00 2001 From: Adria Navarro Date: Thu, 1 Jun 2023 07:32:04 +0100 Subject: [PATCH] Clean code --- .../builder/src/pages/builder/app/[application]/data/new.svelte | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/builder/src/pages/builder/app/[application]/data/new.svelte b/packages/builder/src/pages/builder/app/[application]/data/new.svelte index 23d719247d..8ff974112b 100644 --- a/packages/builder/src/pages/builder/app/[application]/data/new.svelte +++ b/packages/builder/src/pages/builder/app/[application]/data/new.svelte @@ -139,7 +139,6 @@ const fetchIntegrations = async () => { const unsortedIntegrations = await API.getIntegrations() integrations = sortIntegrations(unsortedIntegrations) - console.log(integrations[IntegrationTypes.GOOGLE_SHEETS]) if (continueGoogleSetup) { handleIntegrationSelect(IntegrationTypes.GOOGLE_SHEETS)