From 1a9c0188a43186ed92f4ec91d488c28ab496f828 Mon Sep 17 00:00:00 2001 From: Mbucari <37587114+Mbucari@users.noreply.github.com> Date: Sat, 24 Jul 2021 16:12:11 -0600 Subject: [PATCH] Update AaxcDownloadConverter.cs --- AaxDecrypter/AaxcDownloadConverter.cs | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) 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 {