Skip to content

Commit

Permalink
drop a debug Data::Dumper
Browse files Browse the repository at this point in the history
  • Loading branch information
Gonéri Le Bouder committed Sep 27, 2012
1 parent c6c9d91 commit 27533ce
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions lib/FusionInventory/Agent.pm
Expand Up @@ -51,8 +51,6 @@ 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 27533ce

Please sign in to comment.