Skip to content

Commit

Permalink
Revert "drop a debug Data::Dumper"
Browse files Browse the repository at this point in the history
This reverts commit 27533ce.
  • Loading branch information
guillomovitch committed Oct 5, 2012
1 parent 3b9e7f2 commit 40804b1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions lib/FusionInventory/Agent.pm
Expand Up @@ -51,6 +51,8 @@ sub init {
options => $params{options},
);
$self->{config} = $config;
use Data::Dumper;
print Dumper($self->{config});

my $logger = FusionInventory::Agent::Logger->new(
config => $config,
Expand Down

0 comments on commit 40804b1

Please sign in to comment.