From 5a628cafaadcef8950dccf2004f972dc848d3969 Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Sun, 22 Jun 2025 17:07:56 +0200 Subject: [PATCH] No longer log file mapping (#396) --- LEGO1/omni/src/common/mxstring.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/LEGO1/omni/src/common/mxstring.cpp b/LEGO1/omni/src/common/mxstring.cpp index f0c84d02..e8167a0c 100644 --- a/LEGO1/omni/src/common/mxstring.cpp +++ b/LEGO1/omni/src/common/mxstring.cpp @@ -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; } }