From 01ab6d41ea78345bcc8aa64f7b71c7870137f1ec Mon Sep 17 00:00:00 2001 From: jbjohnso Date: Thu, 16 May 2013 18:30:16 +0000 Subject: [PATCH] Remove debug output from Client git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/branches/2.8@16339 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd --- perl-xCAT/xCAT/Client.pm | 3 --- 1 file changed, 3 deletions(-) diff --git a/perl-xCAT/xCAT/Client.pm b/perl-xCAT/xCAT/Client.pm index 970166bab..5b0bc4f5e 100644 --- a/perl-xCAT/xCAT/Client.pm +++ b/perl-xCAT/xCAT/Client.pm @@ -187,10 +187,7 @@ if (ref($request) eq 'HASH') { # the request is an array, not pure XML $connargs{Timeout} = 15; if ($connargs{PeerScope} and $connargs{PeerScope} =~ /[a-zA-Z]/) { #non-numeric, need to translate... my @ipdata = `ip link`; - use Data::Dumper; - print Dumper(\@ipdata); @ipdata = grep(/[^@]$connargs{PeerScope}(:|@)/,@ipdata); - print Dumper(\@ipdata); if (scalar(@ipdata) != 1) { print STDERR "Unable to identify scope ".$connargs{PeerScope}."\n"; exit(1);