removes debugging statement

This commit is contained in:
Peter Thorson
2012-01-13 08:41:21 -06:00
parent befdd002d2
commit a1b5c503b2

View File

@@ -260,9 +260,7 @@ client<endpoint>::connect(const std::string& u) {
// TODO: what kind of exception does client throw?
throw "";
}
std::cout << "host: " << location->get_host() << std::endl;
tcp::resolver::query query(location->get_host(),location->get_port_str());
tcp::resolver::iterator iterator = m_resolver.resolve(query);