Skip to content

Commit

Permalink
Removed Unwanted logs
Browse files Browse the repository at this point in the history
  • Loading branch information
Nilesh9106 committed Jun 7, 2024
1 parent 6e4ad3b commit 4265a6e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Hubs/ChatHub.cs
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,6 @@ public async Task ConnectRandomUser(string id, VideoConfig config, string peerId
}
public async Task SendRandomMessage(RandomMessageDto messageDto)
{
Console.WriteLine("SendRandomMessage", messageDto.content);
if (_randomPairs.TryGetValue(Context.ConnectionId, out var randomUser))
{
if (randomUser != null)
Expand Down

0 comments on commit 4265a6e

Please sign in to comment.