mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-14 02:07:54 -06:00
cleanup
This commit is contained in:
parent
80f0d305c1
commit
bad12b5683
2 changed files with 0 additions and 6 deletions
|
@ -1039,7 +1039,6 @@ void NotificationManager::render_notifications(GLCanvas3D& canvas, float overlay
|
|||
}
|
||||
|
||||
}
|
||||
BOOST_LOG_TRIVIAL(error) << "render " << GLCanvas3D::timestamp_now() - m_last_render;
|
||||
m_last_render = GLCanvas3D::timestamp_now();
|
||||
}
|
||||
|
||||
|
@ -1078,10 +1077,6 @@ bool NotificationManager::update_notifications(GLCanvas3D& canvas)
|
|||
++it;
|
||||
}
|
||||
|
||||
BOOST_LOG_TRIVIAL(error) << "update " << request_render << " : " << next_render <<" : " << GLCanvas3D::timestamp_now() - m_last_update;
|
||||
m_last_update = GLCanvas3D::timestamp_now();
|
||||
//BOOST_LOG_TRIVIAL(error) << time_since_render << ":" << next_render;
|
||||
|
||||
// render needed right now
|
||||
//if (next_render < 20)
|
||||
// request_render = true;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue