Remove debug code

This commit is contained in:
Mbucari 2023-06-14 11:16:53 -06:00
parent ec9854212a
commit 697f797509

View File

@ -396,7 +396,7 @@ namespace FileLiberator
{ {
if (!Configuration.Instance.DownloadCoverArt) return; if (!Configuration.Instance.DownloadCoverArt) return;
var coverPath = "[null]";throw new Exception(); var coverPath = "[null]";
try try
{ {