mirror of
https://github.com/xcat2/xcat-core.git
synced 2025-06-24 15:05:36 +00:00
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:
@ -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}}) {
|
||||
|
Reference in New Issue
Block a user