1
0
Fork 0
mirror of synced 2024-06-29 11:31:06 +12:00

Removing console log.

This commit is contained in:
mike12345567 2022-07-15 14:33:34 +01:00
parent 90bc52336a
commit a4825f8f6c

View file

@ -41,7 +41,6 @@
let fillWidth = true let fillWidth = true
let codeBindingOpen = false let codeBindingOpen = false
$: console.log(block)
$: stepId = block.stepId $: stepId = block.stepId
$: bindings = getAvailableBindings( $: bindings = getAvailableBindings(
block || $automationStore.selectedBlock, block || $automationStore.selectedBlock,