Skip to content

Commit 98b7a87

Browse files
committed
fix: remove logger.
1 parent 0c9b70f commit 98b7a87

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

test/test_config.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@ namespace test_config
2525

2626
string filePath(string filepath) {
2727
char* root = _getcwd(NULL, 0);
28-
Logger::WriteMessage(root);
2928
string rootStr = string(root);
3029

3130
vector <string> directories = Split(rootStr, "\\", -1);

0 commit comments

Comments
 (0)