diff --git a/plugin/src/Caelestia/service.cpp b/plugin/src/Caelestia/service.cpp index 7c0df922..a265b224 100644 --- a/plugin/src/Caelestia/service.cpp +++ b/plugin/src/Caelestia/service.cpp @@ -36,7 +36,6 @@ void Service::unref() { { QMutexLocker locker(&m_mutex); if (m_refCount == 0) { - qWarning() << "ServiceRef::unref: attempted to unref service with no active refs"; return; } m_refCount--;