Skip to content

Commit 3b9ba8d

Browse files
committed
Code cleanup
1 parent 51e9972 commit 3b9ba8d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/cluster/DotNext.Net.Cluster/Net/Multiplexing/OutputMultiplexer.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,6 @@ private async Task ProcessCoreAsync(Socket socket)
9292

9393
// write the frame to the output header
9494
await stream.ReadFrameAsync(header.Control, framingBuffer.Slice(FrameHeader.Size, header.Length), Token).ConfigureAwait(false);
95-
Console.WriteLine($"Received: {header.Control} - {header.Length}");
9695
}
9796
}
9897

0 commit comments

Comments
 (0)