remove the console.log... ugh

This commit is contained in:
Pierce 2019-05-26 16:43:52 -04:00
parent 9cf79157d2
commit 607ecc9486

View file

@ -344,7 +344,6 @@ class Handler {
this.options.proxy.password
);
console.log(args)
this.client.emit('debug', '[MCLC]: Set launch options');
resolve(args);
});