bug 3138460: remove Norm's debug message.

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@8435 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
sjing 2010-12-16 08:40:55 +00:00
parent e7d6cc9a63
commit b467738cbb

View File

@ -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;