Logging is redundant because download license is logged in the api call.
This commit is contained in:
parent
f06b04ede4
commit
1a37b2346e
@ -53,8 +53,6 @@ namespace AaxDecrypter
|
|||||||
downloadLicense = ArgumentValidator.EnsureNotNull(dlLic, nameof(dlLic));
|
downloadLicense = ArgumentValidator.EnsureNotNull(dlLic, nameof(dlLic));
|
||||||
OutputFormat = outputFormat;
|
OutputFormat = outputFormat;
|
||||||
|
|
||||||
Serilog.Log.Logger.Verbose("Download License. {@DebugInfo}", downloadLicense);
|
|
||||||
|
|
||||||
steps = new StepSequence
|
steps = new StepSequence
|
||||||
{
|
{
|
||||||
Name = "Download and Convert Aaxc To " + (outputFormat == OutputFormat.Mp4a ? "M4b" : "Mp3"),
|
Name = "Download and Convert Aaxc To " + (outputFormat == OutputFormat.Mp4a ? "M4b" : "Mp3"),
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user