Skip to content

Commit 107257b

Browse files
fix: remove debugging code
1 parent f90548c commit 107257b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/lib/permissions/checks.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -151,8 +151,6 @@ async function checkIfUserCanManageRolePermissions({
151151
permission: Permission.MANAGE_PERMISSIONS,
152152
}))
153153
) {
154-
console.log(`guildPermissions ${guildPermissions}`);
155-
console.log("doesn't have permissions");
156154
return false;
157155
}
158156
return userRolesAboveRole;

0 commit comments

Comments
 (0)