Skip to content

Commit 273a627

Browse files
authored
HDDS-12686. Remove output of OzoneAddress in --verbose mode CLI (#8153)
1 parent 4d3d834 commit 273a627

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

  • hadoop-ozone/cli-shell/src/main/java/org/apache/hadoop/ozone/shell

hadoop-ozone/cli-shell/src/main/java/org/apache/hadoop/ozone/shell/Handler.java

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -68,9 +68,6 @@ public Void call() throws Exception {
6868

6969
OzoneAddress address = getAddress();
7070
try (OzoneClient client = createClient(address)) {
71-
if (isVerbose()) {
72-
address.print(out());
73-
}
7471
execute(client, address);
7572
}
7673

0 commit comments

Comments
 (0)