diff --git a/Services/Development/NoteService.cs b/Services/Development/NoteService.cs index 7ad0c11..7c1ac83 100644 --- a/Services/Development/NoteService.cs +++ b/Services/Development/NoteService.cs @@ -59,11 +59,6 @@ public class NoteService : INoteService isLoaded = true; - foreach (var content in NoteContentModels) - { - content.LoadedContent = await httpClient.GetStringAsync($"content/notes/{content.Content}.md"); - } - SortSQL(); NotifyDataChanged();