Skip to content

Commit edca389

Browse files
committed
remove harmony debug output
1 parent e115e20 commit edca389

4 files changed

Lines changed: 2 additions & 3 deletions

File tree

Source/ModSwitch/Properties/AssemblyInfo.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@
1212
[assembly: System.Reflection.AssemblyCopyright("Copyright © DoctorVanGogh 2017")]
1313
[assembly: System.Runtime.InteropServices.ComVisible(false)]
1414
[assembly: System.Runtime.InteropServices.Guid("ab2e8e89-3d1d-4e36-a0ae-489b6ebc84a6")]
15-
[assembly: System.Reflection.AssemblyVersion("2.0.2.291")]
15+
[assembly: System.Reflection.AssemblyVersion("2.0.2.292")]
1616

1717

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
2.0.2.291
1+
2.0.2.292

Source/ModSwitch/[Patches]/Patches.cs

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ public static IEnumerable<CodeInstruction> Transpiler(IEnumerable<CodeInstructio
7777

7878
public class Page_ModsConfig_DoModRow {
7979
[HarmonyPatch(typeof(Page_ModsConfig), "DoModRow", new[] {typeof(Listing_Standard), typeof(ModMetaData), typeof(int), typeof(int)})]
80-
[HarmonyDebug]
8180
public class SupressNonMatchingFilteredRows {
8281
public static bool Prefix(ModMetaData mod) {
8382
return ModsConfigUI.Search.MatchCriteria(mod?.Name) || true == mod?.SupportedVersionsReadOnly.Any(s => ModsConfigUI.Search.MatchCriteria(s.ToString()));

v1.1/Assemblies/ModSwitch.dll

0 Bytes
Binary file not shown.

0 commit comments

Comments
 (0)