aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorRiccardo Spagni <ric@spagni.net>2019-03-04 21:26:14 +0200
committerRiccardo Spagni <ric@spagni.net>2019-03-04 21:26:14 +0200
commitd3f39da7c8efd5f4ae093a924d422bc177bb887c (patch)
tree484b47ed8318a185ea52918aa915182ff11560c1 /tests
parentMerge pull request #5113 (diff)
parentunit_tests: remove leftover debug print (diff)
downloadmonero-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.cpp1
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);