mirror of
https://github.com/overte-org/overte.git
synced 2025-04-20 03:24:00 +02:00
removing a debug trick
This commit is contained in:
parent
c23640249e
commit
5190878db2
1 changed files with 1 additions and 1 deletions
|
@ -269,7 +269,7 @@ public:
|
|||
void run() override {
|
||||
while (!_quit) {
|
||||
QThread::sleep(HEARTBEAT_UPDATE_INTERVAL_SECS);
|
||||
#ifdef ____NDEBUG
|
||||
#ifdef NDEBUG
|
||||
auto now = usecTimestampNow();
|
||||
auto lastHeartbeatAge = now - _heartbeat;
|
||||
if (lastHeartbeatAge > MAX_HEARTBEAT_AGE_USECS) {
|
||||
|
|
Loading…
Reference in a new issue