No longer log file mapping (#396)

This commit is contained in:
Anders Jenbo 2025-06-22 17:07:56 +02:00 committed by GitHub
parent 3678c97ec3
commit 5a628cafaa
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -217,7 +217,6 @@ void MxString::MapPathToFilesystem(char* p_path)
}
else if (j == 1) {
SDL_strlcpy(&p_path[i - 1], file.GetData(), file.GetLength() + 1);
SDL_Log("Resolved file path to %s", p_path);
return true;
}
}