Bug 5385: POD Cleanups (part 1)
[koha.git] / labels / label-create-xml.pl
index 85e4136..a6c5808 100755 (executable)
@@ -11,10 +11,6 @@ use C4::Debug;
 use C4::Creators 1.000000;
 use C4::Labels 1.000000;
 
-=head
-
-=cut
-
 my $cgi = new CGI;
 
 my $batch_id    = $cgi->param('batch_id') if $cgi->param('batch_id');