We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c9b70f commit 98b7a87Copy full SHA for 98b7a87
test/test_config.cpp
@@ -25,7 +25,6 @@ namespace test_config
25
26
string filePath(string filepath) {
27
char* root = _getcwd(NULL, 0);
28
- Logger::WriteMessage(root);
29
string rootStr = string(root);
30
31
vector <string> directories = Split(rootStr, "\\", -1);
0 commit comments