remove log
This commit is contained in:
parent
692c5a9b3e
commit
ffb5f5fea9
|
@ -13,11 +13,6 @@
|
||||||
)
|
)
|
||||||
$: integration = datasource && $backendUiStore.integrations[datasource.source]
|
$: integration = datasource && $backendUiStore.integrations[datasource.source]
|
||||||
|
|
||||||
$: console.log({
|
|
||||||
datasource,
|
|
||||||
integration,
|
|
||||||
})
|
|
||||||
|
|
||||||
async function saveDatasource() {
|
async function saveDatasource() {
|
||||||
// Create datasource
|
// Create datasource
|
||||||
await backendUiStore.actions.datasources.save(datasource)
|
await backendUiStore.actions.datasources.save(datasource)
|
||||||
|
|
Loading…
Reference in New Issue