Remove references to LOG_TRIVIAL.

This commit is contained in:
Arthur Britto
2012-06-13 23:35:45 -07:00
parent 26ef51463d
commit 8264fc1d1a
5 changed files with 6 additions and 9 deletions

View File

@@ -127,7 +127,6 @@ void Application::run()
// temporary
mIOService.run(); // This blocks
//BOOST_LOG_TRIVIAL(info) << "Done.";
std::cout << "Done." << std::endl;
}