Skip to content

Commit 5e377d0

Browse files
committed
Removing print out
1 parent 4e9ffc5 commit 5e377d0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

benchmarks/benchmark_header.h

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@ bool file_exists(const char* filename) {
2727
if (std::filesystem::exists(filename)) {
2828
return true;
2929
} else {
30-
std::cout << " file missing: " << filename << std::endl;
3130
return false;
3231
}
3332
}

0 commit comments

Comments
 (0)