remove the use Data::Dumper
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9252 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
40e75a216d
commit
1b9e61deef
@ -7,7 +7,7 @@ use Getopt::Long;
|
||||
use xCAT::PPCcli qw(SUCCESS EXPECT_ERROR RC_ERROR NR_ERROR);
|
||||
use xCAT::NetworkUtils;
|
||||
use xCAT::FSPUtils;
|
||||
use Data::Dumper;
|
||||
#use Data::Dumper;
|
||||
|
||||
##########################################################################
|
||||
# Parse the command line for options and operands
|
||||
@ -94,9 +94,9 @@ sub parse_args {
|
||||
}
|
||||
|
||||
|
||||
print "in parse_args:\n";
|
||||
print $command;
|
||||
print Dumper(\%opt);
|
||||
#print "in parse_args:\n";
|
||||
#print $command;
|
||||
#print Dumper(\%opt);
|
||||
|
||||
####################################
|
||||
# Set method to invoke
|
||||
|
Loading…
Reference in New Issue
Block a user