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 App::Netdisco::JobQueue qw/jq_queued jq_insert/;
use Dancer::Plugin::DBIC 'schema';
register_worker({ stage => 'check' }, sub {
return Status->done('Discoverall is able to run');
});
register_worker({ stage => 'main' }, sub {
my ($job, $workerconf) = @_;