Commit ea5e128d by Tuomas Riihimäki

Remove unecessary logging

1 parent e0a7dcf7
......@@ -44,9 +44,7 @@ public class BortalApplicationWrapper implements Serializable {
app = bApp;
permissions = new ArrayList<IAppPermission>();
for (IAppPermission ap : bApp.getPermissions()) {
if (set != null) {
logger.info("App Match {}, {}", ap, set.contains(ap));
}
boolean has = set != null && set.contains(ap);
if (has)
{
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!