]> git.proxmox.com Git - pve-storage.git/blobdiff - PVE/Storage/LunCmd/Comstar.pm
remove unused Data::Dumper usages
[pve-storage.git] / PVE / Storage / LunCmd / Comstar.pm
index 1b079f0abcd4d6b504845dd14343aac903c4ecb8..527e4baa427c596e48e456fc9e41729a81d3de8e 100644 (file)
@@ -2,9 +2,9 @@ package PVE::Storage::LunCmd::Comstar;
 
 use strict;
 use warnings;
+
 use Digest::MD5 qw(md5_hex);
 use PVE::Tools qw(run_command file_read_firstline trim dir_glob_regex dir_glob_foreach);
-use Data::Dumper;
 
 my @ssh_opts = ('-o', 'BatchMode=yes');
 my @ssh_cmd = ('/usr/bin/ssh', @ssh_opts);