mirror of
https://github.com/feather-wallet/feather.git
synced 2024-12-22 11:39:25 +00:00
TorManager: remove debug logs
This commit is contained in:
parent
ca1e3fc999
commit
e50d4b3e7d
1 changed files with 0 additions and 2 deletions
|
@ -102,7 +102,6 @@ void TorManager::start() {
|
|||
}
|
||||
|
||||
void TorManager::checkConnection() {
|
||||
qDebug() << "Checking Tor connection";
|
||||
// We might not be able to connect to localhost if torsocks is used to start feather
|
||||
if (Utils::isTorsocks()) {
|
||||
this->setConnectionState(true);
|
||||
|
@ -124,7 +123,6 @@ void TorManager::checkConnection() {
|
|||
}
|
||||
|
||||
else if (m_localTor) {
|
||||
qDebug() << "Tor daemon is local";
|
||||
QString host = config()->get(Config::socks5Host).toString();
|
||||
quint16 port = config()->get(Config::socks5Port).toString().toUShort();
|
||||
this->setConnectionState(Utils::portOpen(host, port));
|
||||
|
|
Loading…
Reference in a new issue