From a8a88ed5d47f2cacb2dcd3a6a85ecfdd2a9b5905 Mon Sep 17 00:00:00 2001 From: vpalluel Date: Thu, 12 Feb 2015 16:23:36 +0100 Subject: [PATCH] Dumper remove --- apps/centreon/local/mode/retentionbroker.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/centreon/local/mode/retentionbroker.pm b/apps/centreon/local/mode/retentionbroker.pm index 0594da3ef..4d716772d 100644 --- a/apps/centreon/local/mode/retentionbroker.pm +++ b/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) = @_;