Skip to content

Commit 48e36d7

Browse files
removed debug litter from DictationInputManager
1 parent 0d3ecd6 commit 48e36d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ protected override void Awake()
150150

151151
private void Update()
152152
{
153-
Debug.Log(dictationRecognizer.Status);
153+
//Debug.Log(dictationRecognizer.Status);
154154

155155
if (recordingStarted && !Microphone.IsRecording(DeviceName) && dictationRecognizer.Status == SpeechSystemStatus.Running)
156156
{

0 commit comments

Comments
 (0)