From 1b9e61deef8e4844c15303991cf2e2ab0674503b Mon Sep 17 00:00:00 2001 From: jjhua Date: Fri, 8 Apr 2011 05:20:32 +0000 Subject: [PATCH] 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 --- perl-xCAT/xCAT/FSPbootseq.pm | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/perl-xCAT/xCAT/FSPbootseq.pm b/perl-xCAT/xCAT/FSPbootseq.pm index d2b7582f7..37a6be106 100644 --- a/perl-xCAT/xCAT/FSPbootseq.pm +++ b/perl-xCAT/xCAT/FSPbootseq.pm @@ -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