aboutsummaryrefslogtreecommitdiff
path: root/src/server/QXmppOutgoingServer.cpp
diff options
context:
space:
mode:
authorJeremy Lainé <jeremy.laine@wifirst.fr>2012-09-11 07:58:09 +0200
committerJeremy Lainé <jeremy.laine@wifirst.fr>2012-09-11 07:58:09 +0200
commit7aaa28a56371590ac4e23c6c8c4f4f2b823cacfb (patch)
treec18203ea6fd2b1ec00b2194098874c91ffe7e417 /src/server/QXmppOutgoingServer.cpp
parent6a4af342c04e05ebe7c8b348f3368c9e95205cb1 (diff)
[server] remove some not-so-interesting counters
Diffstat (limited to 'src/server/QXmppOutgoingServer.cpp')
-rw-r--r--src/server/QXmppOutgoingServer.cpp3
1 files changed, 0 insertions, 3 deletions
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<QSslError>)),
this, SLOT(slotSslErrors(QList<QSslError>)));
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;
}