From 5a698f9ca96916e666840ed553067e150dd95323 Mon Sep 17 00:00:00 2001 From: fbsanchez Date: Thu, 18 Aug 2016 13:35:39 +0200 Subject: [PATCH] removed unused library from pandora_df --- pandora_agents/unix/plugins/pandora_df | 1 - 1 file changed, 1 deletion(-) diff --git a/pandora_agents/unix/plugins/pandora_df b/pandora_agents/unix/plugins/pandora_df index c2f68cf591..e03da5dfb4 100755 --- a/pandora_agents/unix/plugins/pandora_df +++ b/pandora_agents/unix/plugins/pandora_df @@ -32,7 +32,6 @@ my $all_filesystems = 0; # Regex flag my $regex_mode = 0; -use Data::Dumper; sub check_re($$){ my $item = shift; my $array = shift;