diff --git a/lib/db_ido/dbevents.cpp b/lib/db_ido/dbevents.cpp index 847a76016..b3444ed0c 100644 --- a/lib/db_ido/dbevents.cpp +++ b/lib/db_ido/dbevents.cpp @@ -464,7 +464,6 @@ void DbEvents::AddDowntimes(const Checkable::Ptr& checkable) void DbEvents::AddDowntime(const Downtime::Ptr& downtime) { std::vector queries; - RemoveDowntimeInternal(queries, downtime); AddDowntimeInternal(queries, downtime, false); DbObject::OnMultipleQueries(queries); }