From abc45c9543de86784663f961eae1cf13241223e6 Mon Sep 17 00:00:00 2001 From: Max <51083570+DRdrProfessor@users.noreply.github.com> Date: Sun, 2 Jul 2023 21:45:52 +0200 Subject: [PATCH] Small changes --- SharpRss/Services/SyndicationService.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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