Remove debug output from wcons
git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@15956 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
parent
47f73b0569
commit
f54c5dfb36
@ -27,8 +27,6 @@ my @nodes;
|
||||
my %conservers;
|
||||
sub getconserver {
|
||||
my $rsp = shift;
|
||||
use Data::Dumper;
|
||||
print Dumper($rsp);
|
||||
foreach (@{$rsp->{node}}) {
|
||||
my $node = $_->{name};
|
||||
if (ref $node) { $node = $node->[0]; }
|
||||
|
Loading…
Reference in New Issue
Block a user