remove log

This commit is contained in:
Martin McKeaveney 2021-02-22 17:51:15 +00:00
parent 692c5a9b3e
commit ffb5f5fea9
1 changed files with 0 additions and 5 deletions

View File

@ -13,11 +13,6 @@
)
$: integration = datasource && $backendUiStore.integrations[datasource.source]
$: console.log({
datasource,
integration,
})
async function saveDatasource() {
// Create datasource
await backendUiStore.actions.datasources.save(datasource)