Bug 15967: Use the email template if the print template does not exist
[koha.git] / misc / cronjobs / delete_unverified_opac_registrations.pl
index 8f4eecb..c31fa47 100755 (executable)
@@ -30,7 +30,6 @@ BEGIN {
 
 use C4::Context;
 use C4::Members qw/ DelMember /;
-use C4::Log;
 
 my $help;
 my $confirm;