diff options
author | Riccardo Spagni <ric@spagni.net> | 2019-03-04 21:26:14 +0200 |
---|---|---|
committer | Riccardo Spagni <ric@spagni.net> | 2019-03-04 21:26:14 +0200 |
commit | d3f39da7c8efd5f4ae093a924d422bc177bb887c (patch) | |
tree | 484b47ed8318a185ea52918aa915182ff11560c1 /tests | |
parent | Merge pull request #5113 (diff) | |
parent | unit_tests: remove leftover debug print (diff) | |
download | monero-d3f39da7c8efd5f4ae093a924d422bc177bb887c.tar.xz |
Merge pull request #5117
fcd00079 unit_tests: remove leftover debug print (moneromooo-monero)
Diffstat (limited to 'tests')
-rw-r--r-- | tests/unit_tests/notify.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/unit_tests/notify.cpp b/tests/unit_tests/notify.cpp index ceeba8649..4de4a8d0a 100644 --- a/tests/unit_tests/notify.cpp +++ b/tests/unit_tests/notify.cpp @@ -82,7 +82,6 @@ TEST(notify, works) ok = true; break; } - std::cout << "got: [" << s << "]" << std::endl; } } boost::filesystem::remove(name_template); |