diff --git a/xCAT-client/bin/rinstall b/xCAT-client/bin/rinstall index 0a69b158f..8ca3357ec 100755 --- a/xCAT-client/bin/rinstall +++ b/xCAT-client/bin/rinstall @@ -69,7 +69,6 @@ my $noderange = $cmdref->{noderange}->[0]; # save the noderange # Allow to print server information when -V/--verbose foreach (reverse(@ARGV)) { - print $_; if ($_ eq '-V' || $_ eq '--verbose') { $ENV{'XCATSHOWSVR'} = 1; last; diff --git a/xCAT-client/bin/updatenode b/xCAT-client/bin/updatenode index bb7ddd80a..ebfe392e2 100755 --- a/xCAT-client/bin/updatenode +++ b/xCAT-client/bin/updatenode @@ -202,7 +202,6 @@ foreach (keys %ENV) { # Allow to print server information when -V/--verbose foreach (reverse(@ARGV)) { - print $_; if ($_ eq '-V' || $_ eq '--verbose') { $ENV{'XCATSHOWSVR'} = 1; last; diff --git a/xCAT-client/bin/xcatclient b/xCAT-client/bin/xcatclient index c59f59685..7f68579c9 100755 --- a/xCAT-client/bin/xcatclient +++ b/xCAT-client/bin/xcatclient @@ -104,7 +104,6 @@ foreach (keys %ENV) { # Allow to print server information when -V foreach (reverse(@ARGV)) { - print $_; if ($_ eq '-V') { $ENV{'XCATSHOWSVR'} = 1; last; diff --git a/xCAT-client/bin/xcatclientnnr b/xCAT-client/bin/xcatclientnnr index bb980801b..566dec3b2 100755 --- a/xCAT-client/bin/xcatclientnnr +++ b/xCAT-client/bin/xcatclientnnr @@ -53,7 +53,6 @@ foreach (keys %ENV) { # Allow to print server information when -V/--verbose foreach (reverse(@ARGV)) { - print $_; if ($_ eq '-V' || $_ eq '--verbose') { $ENV{'XCATSHOWSVR'} = 1; last;