-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:
parent
cc51ec64a6
commit
40ff94aec0
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user