diff --git a/src/ClefViewer.Core/Models/Clef.cs b/src/ClefViewer.Core/Models/Clef.cs index 80241dc..bdac1f4 100644 --- a/src/ClefViewer.Core/Models/Clef.cs +++ b/src/ClefViewer.Core/Models/Clef.cs @@ -89,7 +89,6 @@ public static Clef Parse(string input) { return new Clef($"Error parsing log event: {e.Message}", LogEventLevel.Error, DateTimeOffset.Now); } - // TODO handle line that cant be parsed } public bool Matches(CompiledExpression expression)