Explorar o código

Remove unneeded file log

ghorsington %!s(int64=4) %!d(string=hai) anos
pai
achega
82c4e19ad8
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  1. 0 2
      BepInEx/Logging/UnityLogSource.cs

+ 0 - 2
BepInEx/Logging/UnityLogSource.cs

@@ -80,8 +80,6 @@ namespace BepInEx.Logging
 			if (type == LogType.Exception)
 				message += $"\nStack trace:\n{stackTrace}";
 			
-			File.WriteAllText("unity.log", $"{message}\n");
-
 			InternalUnityLogMessage?.Invoke(null, new LogEventArgs(message, logLevel, null));
 		}