diff options
author | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-02-01 19:14:55 +0000 |
---|---|---|
committer | moneromooo-monero <moneromooo-monero@users.noreply.github.com> | 2019-02-01 19:14:55 +0000 |
commit | fcd000795279d80b209b4d61375f550667a369db (patch) | |
tree | 411b052d0fd1ddebdc19321e49f39f9a8c37a174 /tests/unit_tests | |
parent | Merge pull request #4988 (diff) | |
download | monero-fcd000795279d80b209b4d61375f550667a369db.tar.xz |
unit_tests: remove leftover debug print
Diffstat (limited to 'tests/unit_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); |