Removing debug code.

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@14150 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
wanghuaz 2012-10-30 03:04:24 +00:00
parent 3e53a88daf
commit 47460b48e6

View File

@ -788,7 +788,6 @@ sub makescript
push @scriptd, "# osimage-postbootscripts-start-here\n";
foreach my $n (split(/,/, $ips))
{
`echo $n > /tmp/scrips`;
if ( $n =~ /^BASEXCAT_/ )
{
push @xcatscripts, $n. "\n";