Skip to content

Commit 669af61

Browse files
[tests] Remove std::cout in debu-trace.cpp
Renamed tracer.cpp in debug-tracer.cpp
1 parent 5e726b2 commit 669af61

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

tests/debug-trace.cpp

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -102,8 +102,6 @@ BOOST_AUTO_TEST_CASE(testDebugTrace)
102102
bool two_sub_string_identical;
103103

104104
// Make comparisons.
105-
std::cout << str_to_test << std::endl;
106-
std::cout << oss_debug_file.str() << std::endl;
107105
two_sub_string_identical = str_to_test == oss_debug_file.str();
108106

109107
BOOST_CHECK(two_sub_string_identical);
File renamed without changes.

0 commit comments

Comments
 (0)