aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/jabber/presence.c
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2007-11-14 23:09:22 +0000
committerWilmer van der Gaast <wilmer@gaast.net>2007-11-14 23:09:22 +0000
commit1bf1ae6f25ff56894d67999791802aa864eaa02b (patch)
tree529f605b70680c34e7452c9f6ed14cc33ce83fca /protocols/jabber/presence.c
parentbe68d99a58721768033c83d2f0a8f26e1af9bd73 (diff)
Removed some debugging stuff that shouldn't have been here for a long time
already.
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 ef92740a..49c66a3d 100644
--- a/protocols/jabber/presence.c
+++ b/protocols/jabber/presence.c
@@ -127,11 +127,6 @@ xt_status jabber_pkt_presence( struct xt_node *node, gpointer data )
{
/* What to do with it? */
}
- else
- {
- printf( "Received PRES from %s:\n", from );
- xt_print( node );
- }
return XT_HANDLED;
}