remove the print Dumper()

This commit is contained in:
jjhua 2013-10-27 16:17:55 -04:00
parent c1147d3e08
commit 2cb204a14a

View File

@ -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}) ) {