projects
/
platform
/
upstream
/
at-spi2-atk.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
af8e6cc
)
Remove debugging printf
author
Mike Gorse
<mgorse@boston.site>
Thu, 26 Jun 2008 22:49:40 +0000
(18:49 -0400)
committer
Mike Gorse
<mgorse@boston.site>
Thu, 26 Jun 2008 22:49:40 +0000
(18:49 -0400)
cspi/spi_main.c
patch
|
blob
|
history
diff --git
a/cspi/spi_main.c
b/cspi/spi_main.c
index
d544bb7
..
49d1680
100644
(file)
--- a/
cspi/spi_main.c
+++ b/
cspi/spi_main.c
@@
-655,7
+655,6
@@
cspi_dbus_filter (DBusConnection *bus, DBusMessage *message, void *data)
{
return cspi_dbus_handle_remove_application (bus, message, data);
}
-if (type == DBUS_MESSAGE_TYPE_SIGNAL) printf("got %s of %s from %s\n", dbus_message_get_member (message), dbus_message_get_interface(message), dbus_message_get_sender(message));
return DBUS_HANDLER_RESULT_NOT_YET_HANDLED;
}