diff options
| author | Hannes Duerr <h.duerr@proxmox.com> | 2025-02-10 15:19:23 +0100 | 
|---|---|---|
| committer | Thomas Lamprecht <t.lamprecht@proxmox.com> | 2025-03-06 10:00:21 +0100 | 
| commit | 81ee673f6646eb4e3caef513096783acf1a6d78e (patch) | |
| tree | c7afb13eed17978c4ad0877ad1809caaffdd251d /src/PVE/Network/SDN/Ipams | |
| parent | bd7c331536ed3aa9ba53b94a9440f4c18b724c26 (diff) | |
tree-wide: remove unused Data::Dumper module inclusion
Signed-off-by: Hannes Duerr <h.duerr@proxmox.com>
 [TL: drop all other unused Dumper use statements]
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com>
Diffstat (limited to 'src/PVE/Network/SDN/Ipams')
| -rw-r--r-- | src/PVE/Network/SDN/Ipams/Plugin.pm | 1 | 
1 files changed, 0 insertions, 1 deletions
diff --git a/src/PVE/Network/SDN/Ipams/Plugin.pm b/src/PVE/Network/SDN/Ipams/Plugin.pm index 8ab405e..249a48d 100644 --- a/src/PVE/Network/SDN/Ipams/Plugin.pm +++ b/src/PVE/Network/SDN/Ipams/Plugin.pm @@ -10,7 +10,6 @@ use HTTP::Request;  use LWP::UserAgent;  use JSON; -use Data::Dumper;  use PVE::JSONSchema qw(get_standard_option);  use base qw(PVE::SectionConfig);  | 
