no message

This commit is contained in:
spyhole 2005-07-24 05:44:12 +00:00
parent de8839cc62
commit 9c32d8f577
1 changed files with 1 additions and 6 deletions

View File

@ -376,12 +376,7 @@ int main(int argc, char* argv[])
handles.back().set_max_connections(100);
handles.back().set_max_uploads(-1);
handles.back().set_ratio(1.02f);
/*
for (int i = 0; i < t.num_pieces(); ++i)
{
handles.back().filter_piece(i, i % 2 == 0);
}
*/
}
catch (std::exception& e)
{