Skip to content

Commit

Permalink
Merge pull request #63 from Vesuri/master
Browse files Browse the repository at this point in the history
[connectionagent] Remove debug print
  • Loading branch information
Vesa Halttunen committed Apr 28, 2014
2 parents 41eb104 + fb6e479 commit e9ffdaf
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 e9ffdaf

Please sign in to comment.