From fcd000795279d80b209b4d61375f550667a369db Mon Sep 17 00:00:00 2001 From: moneromooo-monero Date: Fri, 1 Feb 2019 19:14:55 +0000 Subject: [PATCH] unit_tests: remove leftover debug print --- tests/unit_tests/notify.cpp | 1 - 1 file changed, 1 deletion(-) 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);