mirror of
https://github.com/LBRYFoundation/lbry-wunderbot.git
synced 2025-08-23 17:47:27 +00:00
remove uneeded console.log's
This commit is contained in:
parent
dec14ffe3a
commit
39c19da3b9
2 changed files with 5 additions and 7 deletions
|
@ -69,7 +69,6 @@ exports.hash = {
|
||||||
words = suffix.trim().split(' ').filter( function(n){return n !== "";} );
|
words = suffix.trim().split(' ').filter( function(n){return n !== "";} );
|
||||||
profitcommand = words[0];
|
profitcommand = words[0];
|
||||||
myhashrate = words[1];
|
myhashrate = words[1];
|
||||||
console.log(suffix)
|
|
||||||
if (profitcommand == "power") {
|
if (profitcommand == "power") {
|
||||||
sendProfitInfo(bot, msg, suffix);
|
sendProfitInfo(bot, msg, suffix);
|
||||||
return
|
return
|
||||||
|
|
|
@ -108,7 +108,6 @@ exports.welcome = {
|
||||||
usage: "<@username>",
|
usage: "<@username>",
|
||||||
description: "send welcome message to specified user",
|
description: "send welcome message to specified user",
|
||||||
process: function(bot, msg, suffix) {
|
process: function(bot, msg, suffix) {
|
||||||
console.log(suffix);
|
|
||||||
if (inPrivate(msg)) {
|
if (inPrivate(msg)) {
|
||||||
msg.channel.send("command cannot be used in a DM");
|
msg.channel.send("command cannot be used in a DM");
|
||||||
return;
|
return;
|
||||||
|
|
Loading…
Add table
Reference in a new issue