forked from Supositware/Haha-Yes
remove that console.log
This commit is contained in:
parent
535e623ff2
commit
744844c347
1 changed files with 0 additions and 1 deletions
|
@ -125,7 +125,6 @@ class ytpCommand extends Command {
|
|||
|
||||
if (url) {
|
||||
return youtubedl.exec(url, ['--max-filesize', '50m', '--format=mp4', '-o', `./asset/ytp/userVid/${message.id}.mp4`], {}, function(err, output) {
|
||||
console.log(output[2]);
|
||||
if (err) {
|
||||
console.error(err);
|
||||
loadingmsg.delete();
|
||||
|
|
Loading…
Reference in a new issue