diff --git a/SharpRss/Services/SyndicationService.cs b/SharpRss/Services/SyndicationService.cs index 752dab6..1d663a9 100644 --- a/SharpRss/Services/SyndicationService.cs +++ b/SharpRss/Services/SyndicationService.cs @@ -116,7 +116,7 @@ namespace SharpRss.Services } private async Task SetupTestCategoriesAndFeedsAsync() { - /*Log.Information("Setting up test data..."); + Log.Information("Setting up test data..."); try { CategoryModel? newsCategory = await CreateCategoryAsync(new CategoryModel() { Name = "News", Icon = ""}); @@ -156,7 +156,7 @@ namespace SharpRss.Services catch (Exception e) { Log.Error(e, "Exception!"); - }*/ + } } } } \ No newline at end of file