From ecff38eaad50a64ee68d005acfb0fd8d7a5fc74f Mon Sep 17 00:00:00 2001 From: MSFTserver Date: Mon, 20 Nov 2017 08:09:15 -0800 Subject: [PATCH] remove uneeded console.logs --- bot/modules/lbrylink.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/bot/modules/lbrylink.js b/bot/modules/lbrylink.js index 506031e..5d911a5 100644 --- a/bot/modules/lbrylink.js +++ b/bot/modules/lbrylink.js @@ -10,10 +10,8 @@ exports.lbrylink = function(bot, msg, suffix) { return; } var link = msg.content.indexOf("lbry://"); - console.log(link); if (link != -1) { var text = msg.content.replace("lbry://", "https://open.lbry.io/"); - console.log(text); var message = GetWordByPos(text, link); if (message === "https://open.lbry.io/") { return;