remove unnecessary check phases

This commit is contained in:
Oliver Gorwits
2017-10-06 07:44:20 +01:00
parent e44f06364a
commit b58a5816a9
10 changed files with 1 additions and 37 deletions

View File

@@ -7,10 +7,6 @@ use aliased 'App::Netdisco::Worker::Status';
use Dancer::Plugin::DBIC 'schema';
use App::Netdisco::Util::Statistics 'update_stats';
register_worker({ stage => 'check' }, sub {
return Status->done('Expire is able to run');
});
register_worker({ stage => 'main' }, sub {
my ($job, $workerconf) = @_;