diff --git a/FileLiberator/UNTESTED/DecryptBook.cs b/FileLiberator/UNTESTED/DecryptBook.cs index 780bb828..f799552c 100644 --- a/FileLiberator/UNTESTED/DecryptBook.cs +++ b/FileLiberator/UNTESTED/DecryptBook.cs @@ -101,11 +101,9 @@ namespace FileLiberator // REAL WORK DONE HERE var success = await Task.Run(() => converter.Run()); + // decrypt failed if (!success) - { - Console.WriteLine("decrypt failed"); return null; - } Configuration.Instance.DecryptKey = converter.decryptKey;