Skip to content

Commit

Permalink
Remove useless comment
Browse files Browse the repository at this point in the history
  • Loading branch information
bricefriha committed Sep 24, 2021
1 parent 517377e commit 00a008b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion AresNews/AresNews/ViewModels/NewsViewModel.cs
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,6 @@ public async void FetchArticles()
{
articles = await App.WService.Get<ObservableCollection<Article>>("feeds");

// TODO: Empty the table before doing this
App.BackUpConn.DeleteAll<Article>();
App.BackUpConn.InsertAllWithChildren(articles);

Expand Down

0 comments on commit 00a008b

Please sign in to comment.