Skip to content

Commit 3612323

Browse files
committed
chore: Remove commented code
1 parent 48d5b37 commit 3612323

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)