2
0
mirror of https://github.com/xcat2/xcat-core.git synced 2025-06-18 12:20:40 +00:00

Remove the debug print

This commit is contained in:
Bin Xu
2017-08-01 17:20:23 +08:00
parent c008a1686e
commit 52b43e29f3
4 changed files with 0 additions and 4 deletions

View File

@ -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;

View File

@ -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;

View File

@ -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;

View File

@ -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;