-Remove debug code from Utils.pm change for FQDN

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3911 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
jbjohnso 2009-07-31 19:20:48 +00:00
parent cc51ec64a6
commit 40ff94aec0

View File

@ -2711,8 +2711,6 @@ sub determinehostname
unless (scalar @validnodenames) { #If the node in question is not in table, take output literrally.
push @validnodenames,$hostnamecandidates[0];
}
use Data::Dumper;
print Dumper \@validnodenames;
#now, noderange doesn't guarantee the order, so we search the preference order, most to least specific.
foreach (@hostnamecandidates) {
if (grep /^$_$/,@validnodenames) {