Skip to content

Commit af21507

Browse files
committed
Removed stray print statement
1 parent e686c1a commit af21507

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/test_runner.cpp

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,6 @@ std::vector<std::string> collect_tests(const char* suite) {
2323
} else {
2424
root_dir = suite;
2525
}
26-
printf("%s\n", root_dir);
2726
// lambda function
2827
auto printer = [](std::string p) {
2928
printf("\tCollected %s\n", p.c_str());

0 commit comments

Comments
 (0)