Remove console log

This commit is contained in:
Mel O'Hagan 2022-09-12 08:58:47 +01:00
parent 8e8ee2b056
commit 81c08ee05e
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")
}
}