From 697f7975093a99510272a882fa6b834370c60484 Mon Sep 17 00:00:00 2001 From: Mbucari Date: Wed, 14 Jun 2023 11:16:53 -0600 Subject: [PATCH] Remove debug code --- Source/FileLiberator/DownloadDecryptBook.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/FileLiberator/DownloadDecryptBook.cs b/Source/FileLiberator/DownloadDecryptBook.cs index 0a8027e5..c071ec54 100644 --- a/Source/FileLiberator/DownloadDecryptBook.cs +++ b/Source/FileLiberator/DownloadDecryptBook.cs @@ -396,7 +396,7 @@ namespace FileLiberator { if (!Configuration.Instance.DownloadCoverArt) return; - var coverPath = "[null]";throw new Exception(); + var coverPath = "[null]"; try {