From fe825c8e891c53a0bb1adb9b6f1e87ecc1ff12ae Mon Sep 17 00:00:00 2001 From: Simon Bomm Date: Tue, 12 May 2020 16:30:25 +0200 Subject: [PATCH] + remove unwanted Dumper --- centreon-plugins/cloud/aws/custom/paws.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/centreon-plugins/cloud/aws/custom/paws.pm b/centreon-plugins/cloud/aws/custom/paws.pm index 8b433e7ab..7ba46bf51 100644 --- a/centreon-plugins/cloud/aws/custom/paws.pm +++ b/centreon-plugins/cloud/aws/custom/paws.pm @@ -25,7 +25,6 @@ use warnings; use Paws; use Paws::Net::LWPCaller; use DateTime; -use Data::Dumper; sub new { my ($class, %options) = @_;