Skip to content

Commit 32c7af1

Browse files
committed
chore: minor cleanup in realtime llm event parser class
1 parent a0dfef7 commit 32c7af1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/services/realtimeLlmEventParser.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export class RealtimeLlmEventParser {
3535
this.handleError(c, event, sessionOptions);
3636
break;
3737
default:
38-
// console.warn(`Unhandled event type: ${event.type}`);
38+
break;
3939
}
4040
}
4141

0 commit comments

Comments
 (0)