Skip to content

Commit b0b6c4b

Browse files
author
Jicheng Lu
committed
remove comments
1 parent a6e9f1d commit b0b6c4b

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/Infrastructure/BotSharp.Core/Session/LlmRealtimeSession.cs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -94,8 +94,6 @@ public async Task SendEventToModelAsync(object message)
9494
data = JsonSerializer.Serialize(message, _sessionOptions?.JsonOptions);
9595
}
9696

97-
//Console.WriteLine($"Sending event to model {data.Substring(0, 20)}");
98-
9997
var buffer = Encoding.UTF8.GetBytes(data);
10098
await _webSocket.SendAsync(new ArraySegment<byte>(buffer), WebSocketMessageType.Text, true, CancellationToken.None);
10199
}

0 commit comments

Comments
 (0)