From 2563430e3b43e8feba8d7cb6cdf9dbbd592b5a90 Mon Sep 17 00:00:00 2001 From: 2 * r + 2 * t <61896496+soramanew@users.noreply.github.com> Date: Tue, 9 Sep 2025 20:48:13 +1000 Subject: plugin/service: remove zero ref warning Reloads don't play nice with it + it doesn't matter anyways --- plugin/src/Caelestia/service.cpp | 1 - 1 file changed, 1 deletion(-) (limited to 'plugin/src/Caelestia') 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--; -- cgit v1.2.3-freya