Removed debug infomation

This commit is contained in:
Izuco 2021-07-03 21:24:29 +02:00
parent 6e4a9371d5
commit 70ad9b5f72

View file

@ -720,7 +720,6 @@ async function downloadStreams(){
if(!argv.mp4 && usableMKVmerge){
let ffext = !argv.mp4 ? 'mkv' : 'mp4';
let command = merger.buildCommandMkvMerge(audioAndVideo, purvideo, puraudio, stDlPath, `${path.join(cfg.dir.content, outName)}.${ffext}`);
console.log(command, audioAndVideo, puraudio, purvideo)
shlp.exec('mkvmerge', `"${mkvmergebinfile}"`, command);
}
else if(usableFFmpeg){