Logging is redundant because download license is logged in the api call.

This commit is contained in:
Michael Bucari-Tovo 2021-07-27 11:40:13 -06:00
parent f06b04ede4
commit 1a37b2346e

View File

@ -53,8 +53,6 @@ namespace AaxDecrypter
downloadLicense = ArgumentValidator.EnsureNotNull(dlLic, nameof(dlLic));
OutputFormat = outputFormat;
Serilog.Log.Logger.Verbose("Download License. {@DebugInfo}", downloadLicense);
steps = new StepSequence
{
Name = "Download and Convert Aaxc To " + (outputFormat == OutputFormat.Mp4a ? "M4b" : "Mp3"),