chore: remove console.logs

This commit is contained in:
41666 2020-02-09 19:51:29 -05:00
parent 11e7a9b9d4
commit cdcf5081d6
No known key found for this signature in database
GPG key ID: BC51D07640DC10AF

View file

@ -136,11 +136,7 @@ module.exports = (R, $) => {
newRoles = [...newRoles, ...sanitizedAdded]
if (!arrayMatches(currentRoles, newRoles)) {
console.log("updating!", { currentRoles, newRoles });
await $.discord.updateRoles(gm, newRoles)
} else {
console.log("not updating!", { currentRoles, newRoles });
}
ctx.body = { ok: true }