Remove console.log statement
This commit is contained in:
parent
6dcaa3c4d8
commit
912a108091
|
@ -13,8 +13,6 @@
|
|||
$: selected =
|
||||
$workflowStore.selectedWorkflowBlock != null &&
|
||||
$workflowStore.selectedWorkflowBlock.id === block.id
|
||||
|
||||
console.log(selected)
|
||||
</script>
|
||||
|
||||
<div
|
||||
|
|
Loading…
Reference in New Issue