Cleanup unused code

This commit is contained in:
Mykola Baibuz 2025-03-26 21:11:40 +02:00
parent 8bb4fa3f35
commit 9b41ed66bb
3 changed files with 0 additions and 7 deletions

View file

@ -196,7 +196,6 @@ bool IpcServer::startNetworkCheck(const QString& serverIpv4Gateway, const QStrin
bool IpcServer::stopNetworkCheck()
{
qDebug() << "stopNetworkCheck";
m_pingHelper.stop();
return true;