From 7aaa28a56371590ac4e23c6c8c4f4f2b823cacfb Mon Sep 17 00:00:00 2001 From: Jeremy Lainé Date: Tue, 11 Sep 2012 07:58:09 +0200 Subject: [server] remove some not-so-interesting counters --- src/server/QXmppOutgoingServer.cpp | 3 --- 1 file changed, 3 deletions(-) (limited to 'src/server/QXmppOutgoingServer.cpp') diff --git a/src/server/QXmppOutgoingServer.cpp b/src/server/QXmppOutgoingServer.cpp index af71957a..3c57d18f 100644 --- a/src/server/QXmppOutgoingServer.cpp +++ b/src/server/QXmppOutgoingServer.cpp @@ -94,8 +94,6 @@ QXmppOutgoingServer::QXmppOutgoingServer(const QString &domain, QObject *parent) check = connect(socket, SIGNAL(sslErrors(QList)), this, SLOT(slotSslErrors(QList))); Q_ASSERT(check); - - updateCounter("outgoing-server.create"); } /// Destroys the stream. @@ -103,7 +101,6 @@ QXmppOutgoingServer::QXmppOutgoingServer(const QString &domain, QObject *parent) QXmppOutgoingServer::~QXmppOutgoingServer() { - updateCounter("outgoing-server.destroy"); delete d; } -- cgit v1.2.3