Remove remaining old logging code

This commit is contained in:
ζeh Matt 2024-02-22 23:32:50 +02:00
parent 0b917408c4
commit 646743334c
No known key found for this signature in database
GPG Key ID: 18CE582C71A225B0
1 changed files with 0 additions and 7 deletions

View File

@ -2858,13 +2858,6 @@ void Peep::Paint(PaintSession& session, int32_t imageDirection) const
*/
void Peep::ResetPathfindGoal()
{
#if defined(DEBUG_LEVEL_1) && DEBUG_LEVEL_1
if (_pathFindDebug)
{
LOG_INFO("Resetting PathfindGoal for %s", _pathFindDebugPeepName);
}
#endif // defined(DEBUG_LEVEL_1) && DEBUG_LEVEL_1
PathfindGoal.SetNull();
PathfindGoal.direction = INVALID_DIRECTION;
}