Skip to content

Commit

Permalink
fix: remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
ItalloDornelas committed Dec 21, 2023
1 parent 594f4d6 commit 8d91c4b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/syncfusion/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,6 @@ export class IaraSyncfusionAdapter
}

insertInference(inference: IaraSpeechRecognitionDetail): void {
if (inference.isFinal) console.log(inference, "insertPARA");
if (inference.richTranscriptModifiers?.length && !inference.isFinal) return;

if (inference.isFirst) {
Expand Down

0 comments on commit 8d91c4b

Please sign in to comment.