diff --git a/AresNews/AresNews/ViewModels/NewsViewModel.cs b/AresNews/AresNews/ViewModels/NewsViewModel.cs index 3f27e580..88877c1f 100644 --- a/AresNews/AresNews/ViewModels/NewsViewModel.cs +++ b/AresNews/AresNews/ViewModels/NewsViewModel.cs @@ -195,7 +195,6 @@ public async void FetchArticles() { articles = await App.WService.Get>("feeds"); - // TODO: Empty the table before doing this App.BackUpConn.DeleteAll
(); App.BackUpConn.InsertAllWithChildren(articles);