Skip to content

Commit 2b874e0

Browse files
committed
fix(workflow-block): removed console on render
1 parent 99a645c commit 2b874e0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

app/w/[id]/components/workflow-block/workflow-block.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,6 @@ interface WorkflowBlockProps {
2222

2323
// Combine both interfaces into a single component
2424
export function WorkflowBlock({ id, data }: NodeProps<WorkflowBlockProps>) {
25-
console.log('Rendering WorkflowBlock', id)
2625
const { type, config, name } = data
2726

2827
// State management

0 commit comments

Comments
 (0)