mirror of
https://github.com/JulianGro/overte.git
synced 2025-04-17 23:16:18 +02:00
quiet some logging
This commit is contained in:
parent
1cb4debfb0
commit
b4ef2b4a08
1 changed files with 0 additions and 3 deletions
|
@ -95,7 +95,6 @@ int Basic2DWindowOpenGLDisplayPlugin::getDesiredInterval() const {
|
|||
result = MSECS_PER_SECOND / _framerateTarget;
|
||||
}
|
||||
|
||||
qDebug() << "New interval " << result;
|
||||
return result;
|
||||
}
|
||||
|
||||
|
@ -136,8 +135,6 @@ void Basic2DWindowOpenGLDisplayPlugin::updateFramerate() {
|
|||
}
|
||||
}
|
||||
|
||||
int newInterval = getDesiredInterval();
|
||||
qDebug() << newInterval;
|
||||
_timer.start(getDesiredInterval());
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue