소스 검색

Removed scuffed debug logging

Bepis 4 년 전
부모
커밋
58b594c495
1개의 변경된 파일0개의 추가작업 그리고 2개의 파일을 삭제
  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;