Skip to content

Commit

Permalink
removes debug annotation
Browse files Browse the repository at this point in the history
  • Loading branch information
pardeike authored Dec 15, 2021
1 parent 9e03ed3 commit 5bd23f3
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion HarmonyTests/Patching/Assets/PatchClasses.cs
Original file line number Diff line number Diff line change
Expand Up @@ -1268,7 +1268,6 @@ public string Method2()

[HarmonyPatch(typeof(BulkPatchClass))]
[HarmonyPatchAll]
[HarmonyDebug]
public class BulkPatchClassPatch
{
public static int transpileCount = 0;
Expand Down

0 comments on commit 5bd23f3

Please sign in to comment.