[Telepathy-commits] [telepathy-qt4/master] Don't emit a per-handle debug message when there is a requestHandles in flight and handles drop references
Olli Salli
olli.salli at collabora.co.uk
Wed Jan 21 04:42:20 PST 2009
---
TelepathyQt4/cli-connection.cpp | 2 --
1 files changed, 0 insertions(+), 2 deletions(-)
diff --git a/TelepathyQt4/cli-connection.cpp b/TelepathyQt4/cli-connection.cpp
index 846211d..db96de5 100644
--- a/TelepathyQt4/cli-connection.cpp
+++ b/TelepathyQt4/cli-connection.cpp
@@ -677,8 +677,6 @@ void Connection::unrefHandle(uint type, uint handle)
debug() << "Lost last reference to at least one handle of type" << type << "and no requests in flight for that type - scheduling a release sweep";
QMetaObject::invokeMethod(this, "doReleaseSweep", Qt::QueuedConnection, Q_ARG(uint, type));
handleContext->types[type].releaseScheduled = true;
- } else {
- debug() << "Deferring handle release sweep for type" << type << "to when there are no requests in flight for that type";
}
}
}
--
1.5.6.5
More information about the Telepathy-commits
mailing list