Explorar o código

Removed scuffed debug logging

Bepis %!s(int64=4) %!d(string=hai) anos
pai
achega
58b594c495
Modificáronse 1 ficheiros con 0 adicións e 2 borrados
  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;