Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Cleanup commented code
  • Loading branch information
rainemak committed Jun 19, 2017
1 parent ff19287 commit af3feed
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions connd/qconnectionagent.cpp
Expand Up @@ -220,8 +220,6 @@ void QConnectionAgent::serviceStateChanged(const QString &state)
if (delayedTethering && service->type() == "cellular" && tetheringWifiTech->tethering()) {
Q_EMIT tetheringFinished(false);
}
// serviceInProgress.clear();
// // service->requestDisconnect();
}

if (delayedTethering && service->type() == "wifi" && state == "association") {
Expand Down

0 comments on commit af3feed

Please sign in to comment.