X-Git-Url: http://git.freeside.biz/gitweb/?a=blobdiff_plain;f=FS%2Fbin%2Ffreeside-daily;h=f1b7e58ec76b55bc6e62b192604fa7afba11e2cb;hb=d2e3299a0af2b5122d73b9f3ca0814a36919b1da;hp=e0c555f7bd83ef4bbf663bf4535c7b5ef0b11064;hpb=573456c7fb09e9a127ae169df9fc630cab829fa0;p=freeside.git diff --git a/FS/bin/freeside-daily b/FS/bin/freeside-daily index e0c555f7b..f1b7e58ec 100755 --- a/FS/bin/freeside-daily +++ b/FS/bin/freeside-daily @@ -55,14 +55,6 @@ tax_rate_update(%opt); use FS::Cron::set_lata_have_usage qw(set_lata_have_usage); set_lata_have_usage(%opt); -# we used to send alerts about upcoming credit card expiration here -my $conf = new FS::Conf; -if($conf->exists('alert_expiration')) { - warn "WARNING: the alert_expiration option is obsolete. If you ran - freeside-upgrade, it should have configured credit card expiration alerts - as billing events.\n"; -} - #what to do about the below when using -m? that is the question. #you don't want to skip this, besides, it should be cheap