This commit is contained in:
Michael Bucari-Tovo 2022-05-24 18:24:53 -06:00
parent bc0009be6c
commit ed66019d9a
2 changed files with 1 additions and 5 deletions

View file

@ -282,7 +282,6 @@ namespace LibationWinForms.ProcessQueue
private async void Processable_Completed(object sender, LibraryBook libraryBook)
{
Logger.Info($"{((Processable)sender).Name} Step, Completed: {libraryBook.Book}");
UnlinkProcessable((Processable)sender);