From 4e067f5b5b2c58bffbbbd64b3d05a51fd1215a58 Mon Sep 17 00:00:00 2001 From: Michael Bucari-Tovo Date: Mon, 10 Mar 2025 10:46:36 -0600 Subject: [PATCH] Remove inadvertently committed debugging code --- Source/LibationWinForms/GridView/ProductsGrid.cs | 4 ---- 1 file changed, 4 deletions(-) diff --git a/Source/LibationWinForms/GridView/ProductsGrid.cs b/Source/LibationWinForms/GridView/ProductsGrid.cs index 9a7f31c7..c4026d6f 100644 --- a/Source/LibationWinForms/GridView/ProductsGrid.cs +++ b/Source/LibationWinForms/GridView/ProductsGrid.cs @@ -301,10 +301,6 @@ namespace LibationWinForms.GridView .BookEntries() .ExceptBy(dbBooks.Select(lb => lb.Book.AudibleProductId), ge => ge.AudibleProductId); - removedBooks = bindingList - .AllItems() - .BookEntries().Take(10).ToList(); - RemoveBooks(removedBooks); gridEntryDataGridView.FirstDisplayedScrollingRowIndex = topRow;