From 27dabca24a4e10670960c5c820df44da139471ee Mon Sep 17 00:00:00 2001 From: Peng Huang Date: Mon, 10 Aug 2009 11:23:06 +0800 Subject: [PATCH] Remove some debug output. --- bus/dbusimpl.c | 6 ------ 1 file changed, 6 deletions(-) diff --git a/bus/dbusimpl.c b/bus/dbusimpl.c index 051677e0..eee16304 100644 --- a/bus/dbusimpl.c +++ b/bus/dbusimpl.c @@ -1088,12 +1088,6 @@ bus_dbus_impl_dispatch_message_by_rule (BusDBusImpl *dbus, dbus_message_set_data (message, data_slot, (gpointer) TRUE, NULL); -#if 0 - if (g_strcmp0 (ibus_message_get_member (message), "ValueChanged") == 0) { - g_debug ("Dispatch ValueChanged"); - } -#endif - for (link = dbus->rules; link != NULL; link = link->next) { GList *list = bus_match_rule_get_recipients (BUS_MATCH_RULE (link->data), message); -- 2.34.1