diff --git a/xCAT-server/lib/xcat/plugins/aixinstall.pm b/xCAT-server/lib/xcat/plugins/aixinstall.pm index 19d5ce48b..c4f1b53e6 100644 --- a/xCAT-server/lib/xcat/plugins/aixinstall.pm +++ b/xCAT-server/lib/xcat/plugins/aixinstall.pm @@ -261,12 +261,6 @@ sub preprocess_request # set up the requests to go to the service nodes foreach my $snkey (keys %$sn) { - -#debug -my $rsp; -push @{$rsp->{data}}, "SN = $snkey"; -xCAT::MsgUtils->message("E", $rsp, $cb); - my $reqcopy = {%$req}; $reqcopy->{node} = $sn->{$snkey}; $reqcopy->{'_xcatdest'} = $snkey;