From f54c5dfb3612438a1c39598944ee008d51abaef1 Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Thu, 11 Apr 2013 18:01:58 +0000 Subject: [PATCH] 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 --- xCAT-client/bin/wcons | 2 -- 1 file changed, 2 deletions(-) diff --git a/xCAT-client/bin/wcons b/xCAT-client/bin/wcons index 5648fdcf5..13a95dcb0 100755 --- a/xCAT-client/bin/wcons +++ b/xCAT-client/bin/wcons @@ -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]; }