mirror of
https://github.com/LBRYFoundation/lbry-wunderbot.git
synced 2025-08-23 17:47:27 +00:00
remove uneeded console.logs
This commit is contained in:
parent
8d8ff5fe5d
commit
ecff38eaad
1 changed files with 0 additions and 2 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue