Skip to content

Commit 956e5a5

Browse files
committed
Merge branch 'v3.0.0' into feature-v3-filenames
2 parents 3e217fb + 97794aa commit 956e5a5

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

Scripts/Services/SpeechToText/V1/SpeechToTextServiceExtension.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -533,10 +533,6 @@ private void OnListenMessage(WSConnector.Message msg)
533533
if (msg is WSConnector.TextMessage)
534534
{
535535
WSConnector.TextMessage tm = (WSConnector.TextMessage)msg;
536-
//Dictionary<string, object> customData = new Dictionary<string, object>();
537-
//customData.Add(Constants.String.JSON, tm.Text);
538-
//if (tm.Headers != null && tm.Headers.Count > 0)
539-
// customData.Add(Constants.String.RESPONSE_HEADERS, tm.Headers);
540536

541537
IDictionary json = Json.Deserialize(tm.Text) as IDictionary;
542538
if (json != null)

0 commit comments

Comments
 (0)