mirror of
https://github.com/jely2002/youtube-dl-gui.git
synced 2021-11-01 22:46:21 +03:00
chore: remove console.log call
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user