Bug 27049: Add /misc/cronjobs/writeoff_debts.pl
[koha-ffzg.git] / reports / reserves_stats.pl
index 30ab062..23b4229 100755 (executable)
@@ -34,7 +34,6 @@ use Koha::ItemTypes;
 use Koha::Libraries;
 use Koha::Patron::Categories;
 use List::MoreUtils qw/any/;
-use YAML::XS;
 
 =head1 NAME
 
@@ -218,7 +217,6 @@ sub calculate {
        my @sqlorparams;
        my @sqlor;
        my @sqlwhere;
-    ($debug) and print STDERR YAML::XS::Dump($filters_hashref);
        foreach my $filter (keys %$filters_hashref){
                my $string;
                my $stringfield=$filter;