Pārlūkot izejas kodu

Remove unneeded file log

ghorsington 4 gadi atpakaļ
vecāks
revīzija
82c4e19ad8
1 mainītis faili ar 0 papildinājumiem un 2 dzēšanām
  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));
 		}