From 2cb204a14ab0ffe790f0855479f4ea5899335fd0 Mon Sep 17 00:00:00 2001 From: jjhua Date: Sun, 27 Oct 2013 16:17:55 -0400 Subject: [PATCH] remove the print Dumper() --- xCAT-OpenStack/lib/perl/xCAT/Cloud.pm | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xCAT-OpenStack/lib/perl/xCAT/Cloud.pm b/xCAT-OpenStack/lib/perl/xCAT/Cloud.pm index 72b71d844..cb9ae9f50 100644 --- a/xCAT-OpenStack/lib/perl/xCAT/Cloud.pm +++ b/xCAT-OpenStack/lib/perl/xCAT/Cloud.pm @@ -128,7 +128,7 @@ sub getcloudres my $clients = shift; my $cloudres; my $cloudlist; - my $repos;use Data::Dumper; print Dumper($cloudinfo_hash); + my $repos; if( @$clients == 0 ) { #This should not be a chef-server, and it's a chef-client if( defined($cloudinfo_hash) && defined($cloudinfo_hash->{$node}) ) {