aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/jabber/io.c
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2011-12-24 18:49:12 +0100
committerWilmer van der Gaast <wilmer@gaast.net>2011-12-24 18:49:12 +0100
commit96f954df218e81f5580257c319b91217dac2f4bf (patch)
tree3db51e629fb33998f95a8a9410bd614cb1ca780b /protocols/jabber/io.c
parent5513f3e56a45d4a227bfc7d01210fdded516458c (diff)
Removing unfinished debugging stuff accidentally committed in
changeset:devel,856.
Diffstat (limited to 'protocols/jabber/io.c')
-rw-r--r--protocols/jabber/io.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/protocols/jabber/io.c b/protocols/jabber/io.c
index 385c45c4..5b9149af 100644
--- a/protocols/jabber/io.c
+++ b/protocols/jabber/io.c
@@ -172,9 +172,6 @@ static gboolean jabber_read_callback( gpointer data, gint fd, b_input_condition
if( st > 0 )
{
- if( jd->flags & JFLAG_MOCK )
- return TRUE;
-
/* Parse. */
if( xt_feed( jd->xt, buf, st ) < 0 )
{