justinmclean commented on code in PR #6435: URL: https://github.com/apache/gravitino/pull/6435#discussion_r1950194405
########## clients/cli/src/main/java/org/apache/gravitino/cli/commands/RemoveAllTags.java: ########## @@ -152,10 +150,9 @@ public void handle() { } if (tags.length > 0) { - System.out.println( - entity + " removed tags " + String.join(",", tags) + " now tagged with nothing"); + printResults(entity + " removed tags " + String.join(",", tags) + " now tagged with nothing"); Review Comment: should be printInformation -- 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: commits-unsubscr...@gravitino.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org