Skip to content

Commit

Permalink
remove debug prints
Browse files Browse the repository at this point in the history
  • Loading branch information
jamsch committed Nov 25, 2024
1 parent 2837c14 commit 370511a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions ios/ExpoSpeechRecognizer.swift
Original file line number Diff line number Diff line change
Expand Up @@ -261,13 +261,6 @@ actor ExpoSpeechRecognizer: ObservableObject {
self.task = recognizer.recognitionTask(
with: request,
resultHandler: { [weak self] result, error in
if let result = result {
print("Received result: \(result.bestTranscription.formattedString)")
}
if let error = error as NSError? {
print("Recognition error: \(error), domain: \(error.domain), code: \(error.code)")
}

self?.recognitionHandler(
audioEngine: audioEngine,
result: result,
Expand Down

0 comments on commit 370511a

Please sign in to comment.