projects
/
platform
/
upstream
/
ibus.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
70a720d
)
Remove some debug verbose.
author
Peng Huang
<shawn.p.huang@gmail.com>
Mon, 10 Aug 2009 01:47:40 +0000
(09:47 +0800)
committer
Peng Huang
<shawn.p.huang@gmail.com>
Mon, 10 Aug 2009 01:47:40 +0000
(09:47 +0800)
bus/ibusimpl.c
patch
|
blob
|
history
diff --git
a/bus/ibusimpl.c
b/bus/ibusimpl.c
index 120277fc4688d355770f1f006d5e65cfa6606c1d..e841c281e3b488d188219850e4bdbe3e972613fc 100644
(file)
--- a/
bus/ibusimpl.c
+++ b/
bus/ibusimpl.c
@@
-1179,7
+1179,6
@@
bus_ibus_impl_ibus_message (BusIBusImpl *ibus,
ibus_message_set_destination (message, DBUS_SERVICE_DBUS);
if (ibus_message_get_type (message) == DBUS_MESSAGE_TYPE_METHOD_CALL) {
- g_debug ("Member = %s", ibus_message_get_member (message));
for (i = 0; handlers[i].interface != NULL; i++) {
if (ibus_message_is_method_call (message,
handlers[i].interface,