arpadboda commented on code in PR #6135:
URL: https://github.com/apache/nifi/pull/6135#discussion_r942335017


##########
nifi-nar-bundles/nifi-azure-bundle/nifi-azure-graph-authorizer/src/main/java/org/apache/nifi/authorization/azure/AzureGraphUserGroupProvider.java:
##########
@@ -340,28 +339,22 @@ private UserGroupQueryResult getUsersFrom(String 
groupName, int pageSize) throws
 
         if (currentPage != null && currentPage.size() > 0) {
             final com.microsoft.graph.models.extensions.Group graphGroup = 
results.getCurrentPage().get(0);
+            //logger.info("calling with "+ graphGroup.id);

Review Comment:
   Could you either make it a proper debug log entry or simply remove? 



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to