From 0b91974a62aa28d1788785c952d4c3ade3892dba Mon Sep 17 00:00:00 2001 From: Raine Makelainen Date: Mon, 19 Jun 2017 13:38:32 +0300 Subject: [PATCH] [connectionagent] Cleanup ConnectionAgent logging. Contributes to JB#20091 --- connectionagentplugin/declarativeconnectionagent.cpp | 2 -- 1 file changed, 2 deletions(-) diff --git a/connectionagentplugin/declarativeconnectionagent.cpp b/connectionagentplugin/declarativeconnectionagent.cpp index be0a18c..e56c2a6 100644 --- a/connectionagentplugin/declarativeconnectionagent.cpp +++ b/connectionagentplugin/declarativeconnectionagent.cpp @@ -154,7 +154,6 @@ void DeclarativeConnectionAgent::onUserInputRequested(const QString &service, co void DeclarativeConnectionAgent::onConnectionRequested() { - qDebug() << Q_FUNC_INFO; Q_EMIT connectionRequest(); } @@ -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); }