aboutsummaryrefslogtreecommitdiffstats
path: root/protocols/jabber/presence.c
diff options
context:
space:
mode:
authorWilmer van der Gaast <wilmer@gaast.net>2007-11-14 23:42:07 +0000
committerWilmer van der Gaast <wilmer@gaast.net>2007-11-14 23:42:07 +0000
commitebb95b68792dde490a1ea1042209525f176af58d (patch)
tree2a980be2b7bea3db77dec209e6ca5f591165885b /protocols/jabber/presence.c
parenta6df0b5d21370549328c7929a008abb68f2ed4db (diff)
parent1bf1ae6f25ff56894d67999791802aa864eaa02b (diff)
Merging from devel/Jelmer.
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;
}