Hi, On Fri, Mar 27, 2015 at 10:49 AM, Luiz Augusto von Dentz <luiz.dentz@xxxxxxxxx> wrote: > From: Luiz Augusto von Dentz <luiz.von.dentz@xxxxxxxxx> > > --- > unit/test-avctp.c | 7 ------- > 1 file changed, 7 deletions(-) > > diff --git a/unit/test-avctp.c b/unit/test-avctp.c > index ce52222..689a825 100644 > --- a/unit/test-avctp.c > +++ b/unit/test-avctp.c > @@ -220,9 +220,6 @@ static ssize_t handler(struct avctp *session, > uint8_t *subunit, uint8_t *operands, > size_t operand_count, void *user_data) > { > - DBG("transaction %d code %d subunit %d operand_count %zu", > - transaction, *code, *subunit, operand_count); > - > g_assert_cmpint(transaction, ==, 0); > g_assert_cmpint(*code, ==, 0); > g_assert_cmpint(*subunit, ==, 0); > @@ -238,9 +235,6 @@ static gboolean handler_response(struct avctp *session, > { > struct context *context = user_data; > > - DBG("code 0x%02x subunit %d operand_count %zu", code, subunit, > - operand_count); > - > g_assert_cmpint(code, ==, 0x0a); > g_assert_cmpint(subunit, ==, 0); > g_assert_cmpint(operand_count, ==, 0); > @@ -265,7 +259,6 @@ static void test_server(gconstpointer data) > > ret = avctp_register_pdu_handler(context->session, > AVC_OP_VENDORDEP, handler, NULL); > - DBG("ret %d", ret); > g_assert_cmpint(ret, !=, 0); > } > > -- > 2.1.0 Applied. -- Luiz Augusto von Dentz -- To unsubscribe from this list: send the line "unsubscribe linux-bluetooth" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html