Skip to content

Commit 5ce8541

Browse files
DictationInputManager. removed unnessicary debugs
1 parent c8a066d commit 5ce8541

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

Assets/HoloToolkit/Input/Scripts/Microphone/DictationInputManager.cs

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ public static IEnumerator StartRecording()
209209

210210
// Start recording from the microphone.
211211
dictationAudioClip = Microphone.Start(DeviceName, false, RecordingTime, samplingRate);
212-
Debug.LogFormat("Recording Started {0}", dictationRecognizer.Status);
213212
}
214213

215214
/// <summary>
@@ -230,8 +229,6 @@ public static IEnumerator StopRecording()
230229
}
231230

232231
PhraseRecognitionSystem.Restart();
233-
234-
Debug.LogFormat("Recording Stopped {0}", dictationRecognizer.Status);
235232
}
236233

237234
#region Dictation Recognizer Callbacks

0 commit comments

Comments
 (0)