Optimizing images

This commit is contained in:
2022-04-16 19:43:27 -04:00
parent 762fa1504d
commit cd22c5ea16
7 changed files with 0 additions and 17 deletions
-4
View File
@@ -37,10 +37,6 @@ public class NoteContentModel
{
var regex = new Regex(@"^#* (.*)$", RegexOptions.Multiline);
var listOfMatches = regex.Matches(LoadedContent);
Console.WriteLine($"Name: {Name}");
Console.WriteLine($"Matches: {listOfMatches.Count}");
List<SearchPointModel> foundHeaders = new List<SearchPointModel>();