Skip to content

Commit

Permalink
Remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
adrinr committed Dec 24, 2024
1 parent 69312c3 commit 06feba9
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down

0 comments on commit 06feba9

Please sign in to comment.