diff --git a/AaxDecrypter/AaxcDownloadConverter.cs b/AaxDecrypter/AaxcDownloadConverter.cs index 869567f2..fbf3aac5 100644 --- a/AaxDecrypter/AaxcDownloadConverter.cs +++ b/AaxDecrypter/AaxcDownloadConverter.cs @@ -53,10 +53,7 @@ namespace AaxDecrypter downloadLicense = ArgumentValidator.EnsureNotNull(dlLic, nameof(dlLic)); OutputFormat = outputFormat; - if (Serilog.Log.Logger.IsVerboseEnabled()) - { - Serilog.Log.Logger.Verbose("Download License. {@DebugInfo}", downloadLicense); - } + Serilog.Log.Logger.Verbose("Download License. {@DebugInfo}", downloadLicense); steps = new StepSequence {