mirror of
https://github.com/qbittorrent/qBittorrent.git
synced 2025-12-20 07:27:22 -06:00
- Removed some debug
This commit is contained in:
@@ -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()));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user