remove the print Dumper();

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9174 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jjhua 2011-03-28 07:08:18 +00:00
parent b0c37f7579
commit 02a1175afb

View File

@ -110,7 +110,7 @@ sub preprocess_request {
my $service = "xcat";
my @hcps=[$current_ppc_ent->{'hcp'}];
my $sn = xCAT::Utils->get_ServiceNode(\@hcps, $service, "MN");
print Dumper($sn);
#print Dumper($sn);
if( keys(%$sn) == 0 ) {
my $reqcopy = {%$req};
push @requests, $reqcopy;