Testing something, sorry for spam

This commit is contained in:
mathusummut
2018-11-05 21:55:33 +01:00
parent d987eaeea0
commit 6f319e8bf2
2 changed files with 2 additions and 1 deletions

View File

@@ -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());

View File

@@ -278,7 +278,6 @@ namespace Game {
if (data_path != "") {
endPathWithSlash(data_path);
}
printf("\nData path: %s\n", data_path.c_str());
return data_path;
}