Skip to content

Commit

Permalink
removes debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
pardeike authored Feb 4, 2024
1 parent 072699c commit 21f5091
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Harmony/Internal/Emitter.cs
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ internal void MarkBlockAfter(ExceptionBlock block)
il.EndExceptionBlock();
return;
default:
Console.WriteLine(block.ToString());
// Console.WriteLine(block.ToString());
return;
}
}
Expand Down

0 comments on commit 21f5091

Please sign in to comment.