Skip to content

Commit

Permalink
Removing excessive logging
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed Oct 26, 2017
1 parent 5d1e3cb commit ac6ca8b
Showing 1 changed file with 0 additions and 2 deletions.
Expand Up @@ -75,11 +75,9 @@ public Collection<Authorization> transform(Authorization autz) {
while (actionIterator.hasNext()) {
String autzAction = actionIterator.next();
if (!limitActions.contains(autzAction)) {
LOGGER.info("AAAAA: removing {}", autzAction);
actionIterator.remove();
}
}
LOGGER.info("AAAAA: lim: {}", limitedAutz);
if (limitedAutz.getAction().isEmpty()) {
return Collections.EMPTY_LIST;
}
Expand Down

0 comments on commit ac6ca8b

Please sign in to comment.