From 68c7c145c281fe3ae734b345bf133d70d1ef8652 Mon Sep 17 00:00:00 2001 From: Wilmer van der Gaast Date: Mon, 23 Jan 2006 15:20:36 +0100 Subject: Removed a bogus printf from the OSCAR code, grrrr. --- protocols/oscar/service.c | 2 -- 1 file changed, 2 deletions(-) (limited to 'protocols/oscar') diff --git a/protocols/oscar/service.c b/protocols/oscar/service.c index 875a2eb0..573e1983 100644 --- a/protocols/oscar/service.c +++ b/protocols/oscar/service.c @@ -736,8 +736,6 @@ int aim_setextstatus(aim_session_t *sess, aim_conn_t *conn, guint32 status) tlvlen = aim_addtlvtochain32(&tl, 0x0006, data); - printf("%d\n", tlvlen); - if (!(fr = aim_tx_new(sess, conn, AIM_FRAMETYPE_FLAP, 0x02, 10 + 8))) return -ENOMEM; -- cgit v1.2.3