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/unit_tests/notify.cpp | |
| parent | 4a390d43f8f7bdd73b7c219a9234ad4177f34604 (diff) | |
| parent | fcd000795279d80b209b4d61375f550667a369db (diff) | |
| download | monzero-core-d3f39da7c8efd5f4ae093a924d422bc177bb887c.tar.gz monzero-core-d3f39da7c8efd5f4ae093a924d422bc177bb887c.tar.xz monzero-core-d3f39da7c8efd5f4ae093a924d422bc177bb887c.zip | |
Merge pull request #5117
fcd00079 unit_tests: remove leftover debug print (moneromooo-monero)
Diffstat (limited to 'tests/unit_tests/notify.cpp')
| -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); |
