Tidy up beast_asio

This commit is contained in:
Vinnie Falco
2013-08-09 20:31:45 -07:00
parent 000b5a2b7c
commit e8ad5a0e6b
26 changed files with 531 additions and 459 deletions

View File

@@ -264,8 +264,6 @@ UnitTests::TestList UnitTests::selectTests (
// If no trailing slash on package, try tests
if (list.size () == 0 && indexOfDot == -1)
{
std::cout << "Trying package as test" << std::endl;
// Try "package" as a testname
list = selectTest (package, tests);
}