unit_tests: remove leftover debug print

This commit is contained in:
moneromooo-monero
2019-02-01 19:14:55 +00:00
parent 31bdf7bd11
commit fcd0007952

View File

@@ -82,7 +82,6 @@ TEST(notify, works)
ok = true; ok = true;
break; break;
} }
std::cout << "got: [" << s << "]" << std::endl;
} }
} }
boost::filesystem::remove(name_template); boost::filesystem::remove(name_template);