-Remove confusing debug message from makedhcp

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@1521 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2008-05-29 17:44:51 +00:00
parent cb51fcbb94
commit 2c7887ec24

View File

@ -502,7 +502,7 @@ sub addnet
$nic = $ent[7];
}
}
print "Need to add $net $mask under $nic\n";
#print " add $net $mask under $nic\n";
my $idx = 0;
while ($idx <= $#dhcpconf)
{