Skip to content

Commit

Permalink
[connectionagent] Cleanup ConnectionAgent logging. Contributes to JB#…
Browse files Browse the repository at this point in the history
…20091
  • Loading branch information
rainemak committed Jun 19, 2017
1 parent 8e28532 commit 0b91974
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions connectionagentplugin/declarativeconnectionagent.cpp
Expand Up @@ -154,7 +154,6 @@ void DeclarativeConnectionAgent::onUserInputRequested(const QString &service, co

void DeclarativeConnectionAgent::onConnectionRequested()
{
qDebug() << Q_FUNC_INFO;
Q_EMIT connectionRequest();
}

Expand All @@ -168,7 +167,6 @@ void DeclarativeConnectionAgent::connectiondUnregistered(QString)

void DeclarativeConnectionAgent::onConnectionState(const QString &state, const QString &type)
{
qDebug() << Q_FUNC_INFO << state;
Q_EMIT connectionState(state, type);
}

Expand Down

0 comments on commit 0b91974

Please sign in to comment.