mirror of
https://github.com/feather-wallet/feather.git
synced 2024-11-16 17:27:38 +00:00
TorManager: remove unneeded warning
This commit is contained in:
parent
01db80c4a0
commit
7e7d722185
1 changed files with 0 additions and 1 deletions
|
@ -63,7 +63,6 @@ void TorManager::start() {
|
|||
|
||||
auto state = m_process->state();
|
||||
if (state == QProcess::ProcessState::Running || state == QProcess::ProcessState::Starting) {
|
||||
this->setErrorMessage("Can't start Tor, already running or starting");
|
||||
return;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue