From 5c8e1c41da4718fb5fdbf4bc97cb31896bcf9828 Mon Sep 17 00:00:00 2001 From: Simon Bomm Date: Tue, 12 May 2020 16:30:25 +0200 Subject: [PATCH] + remove unwanted Dumper --- cloud/aws/custom/paws.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/cloud/aws/custom/paws.pm b/cloud/aws/custom/paws.pm index 8b433e7ab..7ba46bf51 100644 --- a/cloud/aws/custom/paws.pm +++ b/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) = @_;