api: code cleanup: remove unused Data::Dumper include

Signed-off-by: Fiona Ebner <f.ebner@proxmox.com>
Acked-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
Reviewed-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
This commit is contained in:
Fiona Ebner
2025-03-05 11:49:19 +01:00
committed by Thomas Lamprecht
parent 43ad71bf30
commit bba0b3ae46

View File

@ -2,7 +2,6 @@ package PVE::API2::Storage::Content;
use strict; use strict;
use warnings; use warnings;
use Data::Dumper;
use PVE::SafeSyslog; use PVE::SafeSyslog;
use PVE::Cluster; use PVE::Cluster;