From bba0b3ae46d9419afff07100140c86cfd7675482 Mon Sep 17 00:00:00 2001 From: Fiona Ebner Date: Wed, 5 Mar 2025 11:49:19 +0100 Subject: [PATCH] api: code cleanup: remove unused Data::Dumper include MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Fiona Ebner Acked-by: Fabian Grünbichler Reviewed-by: Fabian Grünbichler --- src/PVE/API2/Storage/Content.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/src/PVE/API2/Storage/Content.pm b/src/PVE/API2/Storage/Content.pm index fe0ad4a..3b73e90 100644 --- a/src/PVE/API2/Storage/Content.pm +++ b/src/PVE/API2/Storage/Content.pm @@ -2,7 +2,6 @@ package PVE::API2::Storage::Content; use strict; use warnings; -use Data::Dumper; use PVE::SafeSyslog; use PVE::Cluster;