Merge pull request #5117

fcd00079 unit_tests: remove leftover debug print (moneromooo-monero)
This commit is contained in:
Riccardo Spagni 2019-03-04 21:26:14 +02:00
commit d3f39da7c8
No known key found for this signature in database
GPG Key ID: 55432DF31CCD4FCD
1 changed files with 0 additions and 1 deletions

View File

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