Skip to content

Commit

Permalink
remove logging
Browse files Browse the repository at this point in the history
  • Loading branch information
torcolvin committed Aug 7, 2024
1 parent 0f7b1b8 commit d594f8b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docs/api/plugins/decorators/process-rbac.js
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ function ProcessRBAC() {
Operation: {
leave(Operation) {
rbacRoles = Operation["x-rbac"];
console.log("rbacRoles: ", rbacRoles);
if (rbacRoles) {
extra = "\n\nRequired Sync Gateway RBAC roles:\n";
for (roleIdx in rbacRoles) {
Expand Down

0 comments on commit d594f8b

Please sign in to comment.