From 06feba95ad98d574e3fef76b74fbf5e9e85b4d07 Mon Sep 17 00:00:00 2001 From: Adria Navarro Date: Tue, 24 Dec 2024 13:14:52 +0100 Subject: [PATCH] Remove console.log --- packages/frontend-core/src/components/grid/stores/datasource.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/packages/frontend-core/src/components/grid/stores/datasource.ts b/packages/frontend-core/src/components/grid/stores/datasource.ts index ab083f413d..62c79e8e78 100644 --- a/packages/frontend-core/src/components/grid/stores/datasource.ts +++ b/packages/frontend-core/src/components/grid/stores/datasource.ts @@ -169,7 +169,6 @@ export const createActions = (context: StoreContext): ActionDatasourceStore => { const getAPI = () => { const $datasource = get(datasource) const type = $datasource?.type - console.error({ type }) if (!type) { return null }