Skip to content

Commit 806d362

Browse files
author
Vikas Agarwal
committed
Removed logging of permissions config.
1 parent c98dea8 commit 806d362

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/util.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1285,7 +1285,7 @@ const projectServiceUtils = {
12851285
return false;
12861286
}
12871287

1288-
console.log('hasPermission', permission, user);
1288+
// console.log('hasPermission', permission, user);
12891289

12901290
const allowRule = permission.allowRule ? permission.allowRule : permission;
12911291
const denyRule = permission.denyRule ? permission.denyRule : null;

0 commit comments

Comments
 (0)