mirror of
https://github.com/roleypoly/roleypoly-v1.git
synced 2025-04-24 19:59:12 +00:00
chore: remove console.logs
This commit is contained in:
parent
11e7a9b9d4
commit
cdcf5081d6
1 changed files with 0 additions and 4 deletions
|
@ -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 }
|
||||
|
|
Loading…
Add table
Reference in a new issue