mirror of
https://github.com/d47081/qBittorrent.git
synced 2025-01-10 14:57:52 +00:00
- Removed some debug
This commit is contained in:
parent
d9cb73634d
commit
36748b6729
@ -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()));
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user