Removed console.log

This commit is contained in:
Amish Shah
2015-12-19 21:24:02 +00:00
parent 90045db92d
commit d8ac7e97a1

View File

@@ -144,7 +144,6 @@ var Resolver = (function () {
_mentions.push(userID);
changed = changed.replace(new RegExp(mention, "g"), "@" + this.internal.client.users.get("id", userID).username);
}
console.log(changed);
return [_mentions, changed];
};