chore: remove console.log call

This commit is contained in:
Jelle Glebbeek
2021-06-19 22:27:52 +02:00
parent 9aa56172cd
commit 9257651512

View File

@@ -22,7 +22,6 @@ class DownloadQuery extends Query {
if(this.video.audioOnly) {
let numeralAudioQuality = (this.video.audioQuality === "best") ? "0" : "9";
const audioOutputFormat = this.environment.settings.audioOutputFormat;
console.log(audioOutputFormat);
args = [
'--extract-audio', '--audio-quality', numeralAudioQuality,
'--audio-format', audioOutputFormat,