Cleans up some pragmas (#136)
This commit is contained in:
parent
32ac48657a
commit
739e77a973
5 changed files with 13 additions and 149 deletions
|
|
@ -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);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue