Pārlūkot izejas kodu

Removed scuffed debug logging

Bepis 4 gadi atpakaļ
vecāks
revīzija
58b594c495
1 mainītis faili ar 0 papildinājumiem un 2 dzēšanām
  1. 0 2
      BepInEx.Preloader/Platform.cs

+ 0 - 2
BepInEx.Preloader/Platform.cs

@@ -110,8 +110,6 @@ namespace BepInEx.Preloader
 			else
 				current |= (IntPtr.Size >= 8 ? Platform.Bits64 : 0);
 
-			File.AppendAllText("scuffed_debug.log", $"{platID}\n{current}");
-
 			if ((Is(current, Platform.MacOS) || Is(current, Platform.Linux)) && Type.GetType("Mono.Runtime") != null)
 			{
 				string arch;