remove the print Dumper()

This commit is contained in:
jjhua 2013-10-27 16:16:57 -04:00
parent 0ffc189fee
commit fbc44597ca

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