Clean code

This commit is contained in:
Adria Navarro 2023-06-01 07:32:04 +01:00
parent 21e870109c
commit 4247b4425c
1 changed files with 0 additions and 1 deletions

View File

@ -139,7 +139,6 @@
const fetchIntegrations = async () => { const fetchIntegrations = async () => {
const unsortedIntegrations = await API.getIntegrations() const unsortedIntegrations = await API.getIntegrations()
integrations = sortIntegrations(unsortedIntegrations) integrations = sortIntegrations(unsortedIntegrations)
console.log(integrations[IntegrationTypes.GOOGLE_SHEETS])
if (continueGoogleSetup) { if (continueGoogleSetup) {
handleIntegrationSelect(IntegrationTypes.GOOGLE_SHEETS) handleIntegrationSelect(IntegrationTypes.GOOGLE_SHEETS)