diff --git a/source/glest_game/facilities/game_util.cpp b/source/glest_game/facilities/game_util.cpp index 51f632ad8..64ad70579 100644 --- a/source/glest_game/facilities/game_util.cpp +++ b/source/glest_game/facilities/game_util.cpp @@ -338,6 +338,8 @@ namespace Game { result = originalBasePath + uniqueFilePath; } + printf("\nPath: %s\n", result.c_str()); + if (SystemFlags::VERBOSE_MODE_ENABLED) printf("result [%s]\n", result.c_str()); diff --git a/source/glest_game/global/core_data.cpp b/source/glest_game/global/core_data.cpp index 27713dc90..13ae7fd9a 100644 --- a/source/glest_game/global/core_data.cpp +++ b/source/glest_game/global/core_data.cpp @@ -278,7 +278,6 @@ namespace Game { if (data_path != "") { endPathWithSlash(data_path); } - printf("\nData path: %s\n", data_path.c_str()); return data_path; }