Skip to content

Commit 8d51404

Browse files
authored
v5 Release Milestone 2 Fix 2.1
* Remove unneeded console.log. That was apart of debugging, whoops.
1 parent d32d7bc commit 8d51404

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

src/app/cmds/General/serverinfo.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,6 @@ module.exports = {
1414
splashData = null;
1515

1616
guild.acronym = guild.name.match(/\b(\w)/g).join(""); // Cool thing
17-
console.log(guild);
1817

1918
var members = {
2019
"total": guild.members.cache.size
@@ -77,4 +76,4 @@ module.exports = {
7776
});
7877
};
7978
}
80-
};
79+
};

0 commit comments

Comments
 (0)