comment out print Dumper although it shows up in XCATBYPASS mode and since the 390 group always run in bypass mode they will see it

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@3721 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2009-07-07 16:17:45 +00:00
parent 26ab530a32
commit 06ec99b808

View File

@ -311,7 +311,7 @@ sub abbreviate_noderange {
}
my $node;
use Data::Dumper;
print Dumper(\%sizedgroups);
#print Dumper(\%sizedgroups);
foreach (reverse sort {$a <=> $b} keys %sizedgroups) {
GROUP: foreach $group (@{$sizedgroups{$_}}) {
foreach $node (@{$grouphash{$group}}) {