[tracker/clientapi-2: 20/20] libtracker-client: Removed debugging
- From: Philip Van Hoof <pvanhoof src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [tracker/clientapi-2: 20/20] libtracker-client: Removed debugging
- Date: Thu, 14 Jan 2010 12:33:44 +0000 (UTC)
commit 428927ee74e84fa6b7ac961929d1f391345bc523
Author: Martyn Russell <martyn lanedo com>
Date: Thu Jan 14 12:11:52 2010 +0000
libtracker-client: Removed debugging
src/libtracker-client/tracker.c | 7 -------
1 files changed, 0 insertions(+), 7 deletions(-)
---
diff --git a/src/libtracker-client/tracker.c b/src/libtracker-client/tracker.c
index 9390af4..ebe8164 100644
--- a/src/libtracker-client/tracker.c
+++ b/src/libtracker-client/tracker.c
@@ -325,30 +325,23 @@ client_constructed (GObject *object)
return;
}
- g_debug ("Got connection to service %p", connection);
-
private->proxy_statistics =
dbus_g_proxy_new_for_name (connection,
TRACKER_DBUS_SERVICE,
TRACKER_DBUS_OBJECT "/Statistics",
TRACKER_DBUS_INTERFACE_STATISTICS);
- g_debug ("Got proxy for stats %p", private->proxy_statistics);
-
private->proxy_resources =
dbus_g_proxy_new_for_name (connection,
TRACKER_DBUS_SERVICE,
TRACKER_DBUS_OBJECT "/Resources",
TRACKER_DBUS_INTERFACE_RESOURCES);
- g_debug ("Got proxy for resources %p", private->proxy_resources);
-
/* NOTE: We don't need to set this for the stats proxy, the
* query takes no arguments and is generally really fast.
*/
dbus_g_proxy_set_default_timeout (private->proxy_resources,
private->timeout);
- g_debug ("Set timeout to %d", private->timeout);
private->is_constructed = TRUE;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]