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

remove console log

This commit is contained in:
Peter Clement 2022-02-22 16:14:19 +00:00
parent 338b24014a
commit 10cfe35705

View file

@ -31,7 +31,7 @@
$: rowControl = $automationStore.selectedAutomation.automation.rowControl
$: showBindingPicker =
block.stepId === "CREATE_ROW" || block.stepId === "UPDATE_ROW"
$: console.log(showBindingPicker)
$: testResult = $automationStore.selectedAutomation.testResults?.steps.filter(
step => (block.id ? step.id === block.id : step.stepId === block.stepId)
)