Bug 5549 : overdues display should be hours mins aware
[koha.git] / cataloguing / value_builder / marc21_leader_book.pl
index 010c431..005ea97 100755 (executable)
@@ -32,6 +32,7 @@ use C4::Output;
 plugin_parameters : other parameters added when the plugin is called by the dopop function
 
 =cut
+
 sub plugin_parameters {
 my ($dbh,$record,$tagslib,$i,$tabloop) = @_;
 return "";
@@ -82,7 +83,6 @@ my ($template, $loggedinuser, $cookie)
        $result = "     nam         7a      " unless $result;
        my $f5 = substr($result,5,1);
        my $f6 = substr($result,6,1);
-       warn "F6".$f6;
        my $f7 = substr($result,7,1);
        my $f8 = substr($result,8,1);
        my $f9 = substr($result,9,1);