diff --git a/Harmony/Internal/Emitter.cs b/Harmony/Internal/Emitter.cs index 48fbfa3d..a1794d2a 100644 --- a/Harmony/Internal/Emitter.cs +++ b/Harmony/Internal/Emitter.cs @@ -222,7 +222,7 @@ internal void MarkBlockAfter(ExceptionBlock block) il.EndExceptionBlock(); return; default: - Console.WriteLine(block.ToString()); + // Console.WriteLine(block.ToString()); return; } }