core: remove debug terminate

I am a fucking idiot. fixes #107
This commit is contained in:
vaxerski 2023-10-08 01:05:34 +01:00
parent feb5df591c
commit f147831c53
1 changed files with 0 additions and 2 deletions

View File

@ -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