aboutsummaryrefslogtreecommitdiff
path: root/tests/unit_tests
diff options
context:
space:
mode:
authormoneromooo-monero <moneromooo-monero@users.noreply.github.com>2019-02-01 19:14:55 +0000
committermoneromooo-monero <moneromooo-monero@users.noreply.github.com>2019-02-01 19:14:55 +0000
commitfcd000795279d80b209b4d61375f550667a369db (patch)
tree411b052d0fd1ddebdc19321e49f39f9a8c37a174 /tests/unit_tests
parentMerge pull request #4988 (diff)
downloadmonero-fcd000795279d80b209b4d61375f550667a369db.tar.xz
unit_tests: remove leftover debug print
Diffstat (limited to 'tests/unit_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);