Skip to content

Commit

Permalink
[connectionagent] Remove debug print
Browse files Browse the repository at this point in the history
  • Loading branch information
Vesa Halttunen committed Apr 28, 2014
1 parent 41eb104 commit fb6e479
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions connectionagentplugin/connectionagentplugin.cpp
Expand Up @@ -48,8 +48,6 @@ ConnectionAgentPlugin::~ConnectionAgentPlugin()

void ConnectionAgentPlugin::connectToConnectiond(QString)
{
qDebug() << Q_FUNC_INFO;

if (connManagerInterface) {
delete connManagerInterface;
connManagerInterface = 0;
Expand Down

0 comments on commit fb6e479

Please sign in to comment.