diff --git a/lib/redis/rediswriter-objects.cpp b/lib/redis/rediswriter-objects.cpp index 6b797dc5f..10455be1d 100644 --- a/lib/redis/rediswriter-objects.cpp +++ b/lib/redis/rediswriter-objects.cpp @@ -781,6 +781,5 @@ void RedisWriter::VersionChangedHandler(const ConfigObject::Ptr& object) void RedisWriter::DowntimeChangedHandler(const Downtime::Ptr& downtime) { - Log(LogCritical, "Downtime", "Downtime sync got triggered"); StateChangeHandler(downtime->GetCheckable()); }