Skip to content

Commit db43ce6

Browse files
committed
chore(api): remove debug log from RadioGroupNode execution
1 parent addfa4a commit db43ce6

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

apps/api/src/nodes/text/radio-group-node.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,6 @@ export class RadioGroupNode extends ExecutableNode {
5656

5757
async execute(context: NodeContext): Promise<NodeExecution> {
5858
try {
59-
console.log(context.inputs);
6059
const options = context.inputs.options as RadioOption[];
6160
const value = context.inputs.value as string;
6261

0 commit comments

Comments
 (0)