aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2006-01-23 15:20:36 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2006-01-23 15:20:36 +0100
commit68c7c145c281fe3ae734b345bf133d70d1ef8652 (patch)
tree229f5dfc50d397f15de71c63224cb04f9f5588c8
parenta91ecee010fdbd8e62e874e23a443206a48308c0 (diff)
Removed a bogus printf from the OSCAR code, grrrr.
-rw-r--r--protocols/oscar/service.c2
1 files changed, 0 insertions, 2 deletions
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;