Remove console.log
This commit is contained in:
parent
69312c31af
commit
06feba95ad
|
@ -169,7 +169,6 @@ export const createActions = (context: StoreContext): ActionDatasourceStore => {
|
||||||
const getAPI = () => {
|
const getAPI = () => {
|
||||||
const $datasource = get(datasource)
|
const $datasource = get(datasource)
|
||||||
const type = $datasource?.type
|
const type = $datasource?.type
|
||||||
console.error({ type })
|
|
||||||
if (!type) {
|
if (!type) {
|
||||||
return null
|
return null
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue