diff --git a/src/reverseresolution.h b/src/reverseresolution.h index 54b4f8aaa..ac59c20ad 100644 --- a/src/reverseresolution.h +++ b/src/reverseresolution.h @@ -72,7 +72,6 @@ protected: void run() { boost::asio::ip::tcp::resolver::iterator it = resolver.resolve(ip); if(stopped) return; - qDebug("IP was resolved"); boost::asio::ip::tcp::endpoint endpoint = *it; emit ip_resolved(misc::toQString(endpoint.address().to_string()), misc::toQString((*it).host_name())); }