mirror of
https://github.com/vcmi/vcmi.git
synced 2025-02-09 13:14:02 +02:00
Remove unnecessary logging
This commit is contained in:
parent
a273eb6413
commit
e59880a37c
@ -627,7 +627,6 @@ bool CVideoPlayer::openAndPlayVideoImpl(const VideoPath & name, const Point & po
|
|||||||
auto timePointAfterPresent = boost::chrono::steady_clock::now();
|
auto timePointAfterPresent = boost::chrono::steady_clock::now();
|
||||||
auto timeSpentBusy = boost::chrono::duration_cast<boost::chrono::milliseconds>(timePointAfterPresent - lastTimePoint);
|
auto timeSpentBusy = boost::chrono::duration_cast<boost::chrono::milliseconds>(timePointAfterPresent - lastTimePoint);
|
||||||
|
|
||||||
logGlobal->info("Sleeping for %d", (targetFrameTime - timeSpentBusy).count());
|
|
||||||
if(targetFrameTime > timeSpentBusy)
|
if(targetFrameTime > timeSpentBusy)
|
||||||
boost::this_thread::sleep_for(targetFrameTime - timeSpentBusy);
|
boost::this_thread::sleep_for(targetFrameTime - timeSpentBusy);
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user