Skip to content

Commit

Permalink
disable time for levelstring debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
Cvolton committed Nov 11, 2024
1 parent 55b295f commit 30511e6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/utils.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -593,7 +593,7 @@ float BetterInfo::timeForLevelString(const std::string& levelString) {

timeFull += (maxPos - prevPortalX) / travelForPortalId(prevPortalId);
auto b = timeInMs() - a;
log::info("Time for levelString: {}ms, decompress: {}ms, parse: {}ms", b, c - a, timeInMs() - c);
//log::info("Time for levelString: {}ms, decompress: {}ms, parse: {}ms", b, c - a, timeInMs() - c);
return timeFull;
} catch(std::exception e) {
log::error("An exception has occured while calculating time for levelString: {}", e.what());
Expand Down

0 comments on commit 30511e6

Please sign in to comment.