Remove console log

This commit is contained in:
Mel O'Hagan 2022-09-12 08:58:47 +01:00
parent 76c861c266
commit 1edbb73e33
1 changed files with 0 additions and 1 deletions

View File

@ -66,7 +66,6 @@
$automationStore.selectedAutomation.automation._id
delete parameters.newAutomationName
} catch (error) {
console.log("ERROR ", error)
notifications.error("Error creating automation")
}
}