remove unused Data::Dumper usages

Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
This commit is contained in:
Thomas Lamprecht
2018-07-11 12:11:40 +02:00
parent 3da6c49083
commit 074b2cb4fa
7 changed files with 10 additions and 8 deletions

View File

@ -15,8 +15,8 @@ package PVE::Storage::LunCmd::Iet;
use strict;
use warnings;
use PVE::Tools qw(run_command file_read_firstline trim dir_glob_regex dir_glob_foreach);
use Data::Dumper;
sub get_base;