Skip to content

Commit

Permalink
删除不需要的代码
Browse files Browse the repository at this point in the history
  • Loading branch information
lindexi committed Nov 12, 2023
1 parent 8fb7cfa commit bb6cf9c
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/dotnetCampus.Ipc/Internals/ServerStreamMessageReader.cs
Original file line number Diff line number Diff line change
Expand Up @@ -81,9 +81,6 @@ public async Task RunAsync()
{
while (!_isDisposed)
{
#if NET6_0_OR_GREATER
Logger.Trace($"[{Environment.ProcessId}][ServerStreamMessageReader] Loop");
#endif
try
{
var ipcMessageResult = await IpcMessageConverter.ReadAsync(Stream,
Expand Down

0 comments on commit bb6cf9c

Please sign in to comment.