Cleans up some pragmas (#136)

This commit is contained in:
Kamron Batman 2020-05-14 01:52:42 -07:00 committed by GitHub
parent 32ac48657a
commit 739e77a973
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
5 changed files with 13 additions and 149 deletions

View file

@ -544,9 +544,6 @@ namespace Server.Network
public static void TraceException(Exception ex)
{
if (!Core.Debug)
return;
try
{
using var op = new StreamWriter("network-errors.log", true);