devmadhuu commented on code in PR #5982:
URL: https://github.com/apache/ozone/pull/5982#discussion_r1464495316


##########
hadoop-ozone/integration-test/src/test/java/org/apache/hadoop/ozone/om/TestListKeys.java:
##########
@@ -296,18 +419,11 @@ private void checkKeyShallowList(String keyPrefix, String 
startKey,
       keyLists.add(ozoneKey.getName());
     }
     LinkedList outputKeysList = new LinkedList(keyLists);
-    System.out.println("BEGIN:::keyPrefix---> " + keyPrefix + ":::---> " +
-        startKey);
-    for (String key : keys) {
-      System.out.println(" " + key);
-    }
-    System.out.println("END:::keyPrefix---> " + keyPrefix + ":::---> " +
-        startKey);
+    String shallowMode = shallow ? "shallow" : "deep";

Review Comment:
   Thanks @TaiJuWu for updating the patch. This too can be removed.



-- 
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]


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to