remove debug msg

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.7@12583 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
nott 2012-05-09 14:26:39 +00:00
parent c9e5ed1690
commit 389575a2e6

View File

@ -9194,11 +9194,6 @@ sub doSFScopy
my $snlist=join(',',@SNlist);
# ndebug
my $rsp;
push @{$rsp->{data}}, "snlist=$snlist\n";
xCAT::MsgUtils->message("I", $rsp, $callback);
# copy the /etc/hosts file all the SNs
my $rcpcmd = "$::XCATROOT/bin/xdcp $snlist /etc/hosts /etc ";
my $output = xCAT::Utils->runcmd("$rcpcmd", -1);