Skip to content

Commit 424d8a6

Browse files
committed
Logging set back to false
1 parent d0a5249 commit 424d8a6

File tree

3 files changed

+2
-2
lines changed

3 files changed

+2
-2
lines changed

Examples/NetworkTestClient/SingleConnectionExample.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,4 @@ public async void Demo()
2525
Console.WriteLine($"Answer received {calculationResponse.Result}");
2626
}
2727
}
28-
}
28+
}

Network/.vs/Network/v15/.suo

0 Bytes
Binary file not shown.

Network/Logging/NetworkLog.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ internal NetworkLog(Connection connection)
6262
/// <summary>
6363
/// Determins if we should enable logging or not.
6464
/// </summary>
65-
internal bool EnableLogging { get; set; } = true;
65+
internal bool EnableLogging { get; set; } = false;
6666

6767
/// <summary>
6868
/// The stream we are going to log into.

0 commit comments

Comments
 (0)