Remove inadvertently committed debugging code

This commit is contained in:
Michael Bucari-Tovo 2025-03-10 10:46:36 -06:00
parent ee05ca4eb2
commit 4e067f5b5b

View File

@ -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;