aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/jabber/presence.c
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/jabber/presence.c')
-rw-r--r--protocols/jabber/presence.c5
1 files changed, 0 insertions, 5 deletions
diff --git a/protocols/jabber/presence.c b/protocols/jabber/presence.c
index cbfcedae..71a044b5 100644
--- a/protocols/jabber/presence.c
+++ b/protocols/jabber/presence.c
@@ -169,11 +169,6 @@ xt_status jabber_pkt_presence( struct xt_node *node, gpointer data )
}
/* What else to do with it? */
}
- else
- {
- printf( "Received PRES from %s:\n", from );
- xt_print( node );
- }
return XT_HANDLED;
}