From cc0991cd50f857d5f2e476698a5d2a600148df52 Mon Sep 17 00:00:00 2001 From: sowens-csd Date: Fri, 30 Jun 2023 11:31:22 -0400 Subject: [PATCH] rf: remove commented code --- .../main/kotlin/com/csdcorp/speech_to_text/SpeechToTextPlugin.kt | 1 - 1 file changed, 1 deletion(-) diff --git a/speech_to_text/android/src/main/kotlin/com/csdcorp/speech_to_text/SpeechToTextPlugin.kt b/speech_to_text/android/src/main/kotlin/com/csdcorp/speech_to_text/SpeechToTextPlugin.kt index f2282858..6215e1e3 100644 --- a/speech_to_text/android/src/main/kotlin/com/csdcorp/speech_to_text/SpeechToTextPlugin.kt +++ b/speech_to_text/android/src/main/kotlin/com/csdcorp/speech_to_text/SpeechToTextPlugin.kt @@ -518,7 +518,6 @@ public class SpeechToTextPlugin : } } setupBluetooth() -// createRecognizer(false) } else { debugLog("null context during initialization") activeResult?.success(false)