Remove console.log

This commit is contained in:
Adria Navarro 2024-12-24 13:14:52 +01:00
parent 69312c31af
commit 06feba95ad
1 changed files with 0 additions and 1 deletions

View File

@ -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
}