From f147831c53a7ef394e7304d63ef349438bc11207 Mon Sep 17 00:00:00 2001 From: vaxerski <43317083+vaxerski@users.noreply.github.com> Date: Sun, 8 Oct 2023 01:05:34 +0100 Subject: [PATCH] core: remove debug terminate I am a fucking idiot. fixes #107 --- src/core/PortalManager.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/core/PortalManager.cpp b/src/core/PortalManager.cpp index 2fe7221..912f859 100644 --- a/src/core/PortalManager.cpp +++ b/src/core/PortalManager.cpp @@ -378,8 +378,6 @@ void CPortalManager::startEventLoop() { } }); - addTimer({10000, [this] { this->terminate(); }}); - while (1) { // dbus events // wait for being awakened m_sEventLoopInternals.loopRequestMutex.unlock(); // unlock, we are ready to take events