(bug #1578) Add the (quasi)full COinS(Zotero) support
[koha_fer] / opac / opac-serial-issues.pl
index 8fabcca..4935e29 100755 (executable)
@@ -94,7 +94,6 @@ else {
     foreach (@$subscriptions) {
         my $subscription = getalert($loggedinuser,'issue',$_->{subscriptionid});
         if (@$subscription[0]) {
-               warn ">>>>>>>>> has alert : loggedinuser / ".$_->{subscriptionid};
             $_->{hasalert} = 1;
         }
     }