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:
parent
b0c37f7579
commit
02a1175afb
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user