remove log

This commit is contained in:
Keviin Åberg Kultalahti 2021-03-19 14:58:00 +01:00
parent a3750a2c5b
commit edc2f438c2
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@
await backendUiStore.actions.datasources.delete(datasource)
notifier.success("Datasource deleted")
// navigate to first index page if the source you are deleting is selected
console.log('Is the same? ', wasSelectedSource === datasource._id)
if (wasSelectedSource === datasource._id) {
$goto('./datasource')
}