Update AaxcDownloadConverter.cs

This commit is contained in:
Mbucari 2021-07-24 16:12:11 -06:00 committed by GitHub
parent ca75b55da4
commit 1a9c0188a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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
{