1
0
Fork 0
mirror of synced 2024-09-08 21:51:58 +12:00

remove logging

This commit is contained in:
Peter Clement 2024-01-03 12:01:13 +00:00
parent 734ad2c1ae
commit 6507b6ec54

View file

@ -46,8 +46,6 @@
} }
const testAutomation = async () => { const testAutomation = async () => {
console.log(testData)
console.log($selectedAutomation)
try { try {
await automationStore.actions.test($selectedAutomation, testData) await automationStore.actions.test($selectedAutomation, testData)
$automationStore.showTestPanel = true $automationStore.showTestPanel = true