diff --git a/pandora_agents/unix/plugins/inventory b/pandora_agents/unix/plugins/inventory index bca287e7ba..b28fbe7316 100755 --- a/pandora_agents/unix/plugins/inventory +++ b/pandora_agents/unix/plugins/inventory @@ -21,7 +21,6 @@ use strict; use constant TSTAMP_FILE => '/tmp/pandora_inventory.tstamp'; use Scalar::Util qw(looks_like_number); -use Data::Dumper; # Set environment language to English $ENV{"LANG"} = "en_US";