diff options
author | Wilmer van der Gaast <wilmer@gaast.net> | 2006-08-13 21:15:23 +0200 |
---|---|---|
committer | Wilmer van der Gaast <wilmer@gaast.net> | 2006-08-13 21:15:23 +0200 |
commit | d5ccd83c5235528df2481003502647b86b41fdc4 (patch) | |
tree | 815eee950afac579adda12b8b2022bda072fe6cd /protocols/oscar/rxhandlers.c | |
parent | 846cec61f2b94be60c7bae7f4d0de8952e2d45fa (diff) |
Extra comments in set.h and now properly using set_getbool() instead of
set_getint().
Diffstat (limited to 'protocols/oscar/rxhandlers.c')
-rw-r--r-- | protocols/oscar/rxhandlers.c | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/protocols/oscar/rxhandlers.c b/protocols/oscar/rxhandlers.c index be8aba44..7014e693 100644 --- a/protocols/oscar/rxhandlers.c +++ b/protocols/oscar/rxhandlers.c @@ -112,10 +112,6 @@ static int consumesnac(aim_session_t *sess, aim_frame_t *rx) /* Following SNAC will be related */ } - if (set_getint(sess->aux_data, "debug")) { - serv_got_crap(sess->aux_data, "snac %x/%x received", snac.family, snac.subtype); - } - for (cur = (aim_module_t *)sess->modlistv; cur; cur = cur->next) { if (!(cur->flags & AIM_MODFLAG_MULTIFAMILY) && |