Skip to content

Commit

Permalink
remove time debug log
Browse files Browse the repository at this point in the history
  • Loading branch information
Cvolton committed Jul 7, 2024
1 parent 06e0caa commit c258c82
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/layers/LevelFiltering/LevelSearchViewLayer.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ void LevelSearchViewLayer::startLoading(){
m_gjSearchObjLoaded = searchObj;
// this amounts to 80 requests per second, which is 20 below the server limit
auto time = 0.75 - (TimeUtils::getFullDoubleTime() - m_lastLoadTime);
log::info("Time: {}", time);
//log::info("Time: {}", time);
if(time < 0) {
time = 0;
this->queueLoad(0);
Expand Down

0 comments on commit c258c82

Please sign in to comment.