From a6710eea040db52cc5393db8bbb7c8f4a705f5a8 Mon Sep 17 00:00:00 2001 From: Nick Clemens Date: Mon, 1 Aug 2022 15:55:08 +0000 Subject: [PATCH] Bug 31220: (follow-up) Remove debug statements --- labels/label-create-pdf.pl | 2 -- 1 file changed, 2 deletions(-) diff --git a/labels/label-create-pdf.pl b/labels/label-create-pdf.pl index 46a5da13b7..f1cd47183c 100755 --- a/labels/label-create-pdf.pl +++ b/labels/label-create-pdf.pl @@ -56,9 +56,7 @@ print $cgi->header( -type => 'application/pdf', ); our $pdf = C4::Creators::PDF->new(InitVars => 0); -warn Data::Dumper::Dumper( $batch_id ); my $batch = C4::Labels::Batch->retrieve(batch_id => $batch_id); -warn Data::Dumper::Dumper( $batch ); our $template = C4::Labels::Template->retrieve(template_id => $template_id, profile_id => 1); my $layout = C4::Labels::Layout->retrieve(layout_id => $layout_id); -- 2.30.2