removed useless console.log
This commit is contained in:
parent
462538d3e1
commit
793cea3fcd
1 changed files with 0 additions and 1 deletions
|
@ -100,7 +100,6 @@ class ytpCommand extends Command {
|
||||||
}
|
}
|
||||||
|
|
||||||
async exec(message, args) {
|
async exec(message, args) {
|
||||||
console.log(!args.squidward);
|
|
||||||
let MAX_CLIPS = 20;
|
let MAX_CLIPS = 20;
|
||||||
|
|
||||||
if (args.pool) {
|
if (args.pool) {
|
||||||
|
|
Loading…
Reference in a new issue