summaryrefslogtreecommitdiff
path: root/plugin/src/Caelestia
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/src/Caelestia')
-rw-r--r--plugin/src/Caelestia/service.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/plugin/src/Caelestia/service.cpp b/plugin/src/Caelestia/service.cpp
index 7c0df92..a265b22 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--;