Remove inadvertently committed debugging code
This commit is contained in:
parent
ee05ca4eb2
commit
4e067f5b5b
1 changed files with 0 additions and 4 deletions
|
|
@ -301,10 +301,6 @@ namespace LibationWinForms.GridView
|
||||||
.BookEntries()
|
.BookEntries()
|
||||||
.ExceptBy(dbBooks.Select(lb => lb.Book.AudibleProductId), ge => ge.AudibleProductId);
|
.ExceptBy(dbBooks.Select(lb => lb.Book.AudibleProductId), ge => ge.AudibleProductId);
|
||||||
|
|
||||||
removedBooks = bindingList
|
|
||||||
.AllItems()
|
|
||||||
.BookEntries().Take(10).ToList();
|
|
||||||
|
|
||||||
RemoveBooks(removedBooks);
|
RemoveBooks(removedBooks);
|
||||||
|
|
||||||
gridEntryDataGridView.FirstDisplayedScrollingRowIndex = topRow;
|
gridEntryDataGridView.FirstDisplayedScrollingRowIndex = topRow;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue