remove uneeded console.log's

This commit is contained in:
MSFTserver 2017-11-14 11:15:41 -08:00
parent dec14ffe3a
commit 39c19da3b9
2 changed files with 5 additions and 7 deletions

View file

@ -69,7 +69,6 @@ exports.hash = {
words = suffix.trim().split(' ').filter( function(n){return n !== "";} );
profitcommand = words[0];
myhashrate = words[1];
console.log(suffix)
if (profitcommand == "power") {
sendProfitInfo(bot, msg, suffix);
return

View file

@ -108,7 +108,6 @@ exports.welcome = {
usage: "<@username>",
description: "send welcome message to specified user",
process: function(bot, msg, suffix) {
console.log(suffix);
if (inPrivate(msg)) {
msg.channel.send("command cannot be used in a DM");
return;