comment out user Dumper

git-svn-id: https://svn.code.sf.net/p/xcat/code/xcat-core/trunk@9273 8638fb3e-16cb-4fca-ae20-7b5d299a9bcd
This commit is contained in:
lissav 2011-04-11 16:12:28 +00:00
parent cb28c19cc7
commit 052ed9179d

View File

@ -1,6 +1,6 @@
#!/usr/bin/env perl
# IBM(c) 2007 EPL license http://www.eclipse.org/legal/epl-v10.html
use Data::Dumper;
#use Data::Dumper;
my %output;
while (<STDIN>) {
my $node;