diff options
author | David Zeuthen <david@fubar.dk> | 2005-03-02 19:27:43 +0000 |
---|---|---|
committer | David Zeuthen <david@fubar.dk> | 2005-03-02 19:27:43 +0000 |
commit | d04122cc83514c6ba37717ffcbf2be6e384e8b51 (patch) | |
tree | 76ba41b4e2ccb5507f90d08738efc7a8e8386a91 /libhal | |
parent | f64c7de32447941ce621b97cd47132a4260024fe (diff) |
Remove foo[012] messages
Diffstat (limited to 'libhal')
-rw-r--r-- | libhal/libhal.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/libhal/libhal.c b/libhal/libhal.c index 289167ac..306e664e 100644 --- a/libhal/libhal.c +++ b/libhal/libhal.c @@ -686,14 +686,11 @@ filter_func (DBusConnection * connection, } else if (dbus_message_is_signal (message, "org.freedesktop.Hal.Device", "Condition")) { char *condition_name; char *condition_detail; - printf ("foo0\n"); if (dbus_message_get_args (message, &error, DBUS_TYPE_STRING, &condition_name, DBUS_TYPE_STRING, &condition_detail, DBUS_TYPE_INVALID)) { - printf ("foo1\n"); if (ctx->device_new_capability != NULL) { - printf ("foo2\n"); ctx->device_condition (ctx, object_path, condition_name, condition_detail); } } |