From b5e85f698c26bc4933fd6a9c7ed7ee77d2cfeb27 Mon Sep 17 00:00:00 2001 From: vpalluel Date: Thu, 12 Feb 2015 16:23:36 +0100 Subject: [PATCH] Dumper remove --- centreon-plugins/apps/centreon/local/mode/retentionbroker.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/centreon-plugins/apps/centreon/local/mode/retentionbroker.pm b/centreon-plugins/apps/centreon/local/mode/retentionbroker.pm index 0594da3ef..4d716772d 100644 --- a/centreon-plugins/apps/centreon/local/mode/retentionbroker.pm +++ b/centreon-plugins/apps/centreon/local/mode/retentionbroker.pm @@ -40,7 +40,6 @@ use base qw(centreon::plugins::mode); use strict; use warnings; use XML::LibXML; -use Data::Dumper; sub new { my ($class, %options) = @_;