From 744844c347e187873e563bcf3159d6d7cb10f6a9 Mon Sep 17 00:00:00 2001
From: loicbersier <loic.bersier1@gmail.com>
Date: Sun, 29 Mar 2020 03:06:58 +0200
Subject: [PATCH] remove that console.log

---
 commands/fun/ytp.js | 1 -
 1 file changed, 1 deletion(-)

diff --git a/commands/fun/ytp.js b/commands/fun/ytp.js
index f460e2e..793acbb 100644
--- a/commands/fun/ytp.js
+++ b/commands/fun/ytp.js
@@ -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();