remove logging
This commit is contained in:
parent
734ad2c1ae
commit
6507b6ec54
|
@ -46,8 +46,6 @@
|
|||
}
|
||||
|
||||
const testAutomation = async () => {
|
||||
console.log(testData)
|
||||
console.log($selectedAutomation)
|
||||
try {
|
||||
await automationStore.actions.test($selectedAutomation, testData)
|
||||
$automationStore.showTestPanel = true
|
||||
|
|
Loading…
Reference in New Issue