diff --git a/ModShardLauncher.csproj b/ModShardLauncher.csproj index 9cb4345..dc1d6a8 100644 --- a/ModShardLauncher.csproj +++ b/ModShardLauncher.csproj @@ -9,7 +9,7 @@ ico.ico false zh-Hans - 0.13.1.0 + 0.13.2.0 diff --git a/ModUtils/CodeUtils.cs b/ModUtils/CodeUtils.cs index 689f7af..8af9f2c 100644 --- a/ModUtils/CodeUtils.cs +++ b/ModUtils/CodeUtils.cs @@ -653,13 +653,6 @@ public static string Collect(this FileEnumerable<(Match, string)> fe) yield return (Match.After, element); } } - - /* - if (!foundUntil) - { - throw new Exception("MatchFromUntil: No matching lines found. Items to match: " + string.Join(", ", otheruntil)); - } - */ } /// /// Same behaviour as but using .Split('\n') and .Split('\n') for the comparison.