Remove console log
This commit is contained in:
parent
8e8ee2b056
commit
81c08ee05e
|
@ -66,7 +66,6 @@
|
||||||
$automationStore.selectedAutomation.automation._id
|
$automationStore.selectedAutomation.automation._id
|
||||||
delete parameters.newAutomationName
|
delete parameters.newAutomationName
|
||||||
} catch (error) {
|
} catch (error) {
|
||||||
console.log("ERROR ", error)
|
|
||||||
notifications.error("Error creating automation")
|
notifications.error("Error creating automation")
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue