Skip to content

Commit

Permalink
Update RoleAccessInterceptor.java
Browse files Browse the repository at this point in the history
  • Loading branch information
avneesh-akto authored Nov 22, 2024
1 parent 4559264 commit 208ab74
Showing 1 changed file with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -114,9 +114,6 @@ public String intercept(ActionInvocation invocation) throws Exception {
throw new Exception("User role not found");
}

logger.info("Found role in: "+ (Context.now() - timeNow));


Feature featureType = Feature.valueOf(this.featureLabel.toUpperCase());

ReadWriteAccess accessGiven = userRoleRecord.getReadWriteAccessForFeature(featureType);
Expand Down

0 comments on commit 208ab74

Please sign in to comment.