From 40ff94aec0d5dced64fd82a9ee1654a9a568bdea Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Fri, 31 Jul 2009 19:20:48 +0000 Subject: [PATCH] -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 --- perl-xCAT/xCAT/Utils.pm | 2 -- 1 file changed, 2 deletions(-) diff --git a/perl-xCAT/xCAT/Utils.pm b/perl-xCAT/xCAT/Utils.pm index 737289943..cf0d922bf 100644 --- a/perl-xCAT/xCAT/Utils.pm +++ b/perl-xCAT/xCAT/Utils.pm @@ -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) {