From 169bd13eded9bd5f79046a1503f896a3a85d6495 Mon Sep 17 00:00:00 2001 From: Paul Derscheid Date: Fri, 26 Aug 2022 14:32:07 +0200 Subject: [PATCH] Bug 31450: Remove some debug lines Signed-off-by: Owen Leonard --- Koha/AdditionalContents.pm | 1 - 1 file changed, 1 deletion(-) diff --git a/Koha/AdditionalContents.pm b/Koha/AdditionalContents.pm index 77694f141a..9034a6fa7e 100644 --- a/Koha/AdditionalContents.pm +++ b/Koha/AdditionalContents.pm @@ -20,7 +20,6 @@ package Koha::AdditionalContents; use Modern::Perl; use Array::Utils qw( array_minus ); -use Data::Dumper; use Koha::Database; use Koha::Exceptions; -- 2.39.2