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
No known key found for this signature in database
GPG Key ID: 686F07454D6CEFC3
1 changed files with 0 additions and 1 deletions

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);