Removed incorrect assert().

This commit is contained in:
Gunnar Beutner 2012-08-06 10:01:45 +02:00
parent caf08b3069
commit c0d02291a2
1 changed files with 0 additions and 2 deletions

View File

@ -128,8 +128,6 @@ void CheckerComponent::CheckCompletedHandler(const Service::Ptr& service, const
* just in case there was no check result. */
service->UpdateNextCheck();
assert(service->GetNextCheck() > Utility::GetTime());
/* remove the service from the list of pending services; if it's not in the
* list this was a manual (i.e. forced) check and we must not re-add the
* service to the services list because it's already there. */