Remove console.log statement

This commit is contained in:
Andrew Kingston 2020-09-10 07:57:31 +01:00
parent 6dcaa3c4d8
commit 912a108091
1 changed files with 0 additions and 2 deletions

View File

@ -13,8 +13,6 @@
$: selected = $: selected =
$workflowStore.selectedWorkflowBlock != null && $workflowStore.selectedWorkflowBlock != null &&
$workflowStore.selectedWorkflowBlock.id === block.id $workflowStore.selectedWorkflowBlock.id === block.id
console.log(selected)
</script> </script>
<div <div