summaryrefslogtreecommitdiff
path: root/src/mod_roster.erl
diff options
context:
space:
mode:
Diffstat (limited to 'src/mod_roster.erl')
-rw-r--r--src/mod_roster.erl3
1 files changed, 0 insertions, 3 deletions
diff --git a/src/mod_roster.erl b/src/mod_roster.erl
index 5e39c837..84b469ef 100644
--- a/src/mod_roster.erl
+++ b/src/mod_roster.erl
@@ -351,8 +351,6 @@ out_subscription(User, JID, Type) ->
process_subscription(out, User, JID, Type).
process_subscription(Direction, User, JID1, Type) ->
- io:format("S10N: Dir=~p User=~p JID=~p Type=~p~n",
- [Direction, User, JID1, Type]),
LUser = jlib:nodeprep(User),
LJID = jlib:jid_tolower(JID1),
F = fun() ->
@@ -391,7 +389,6 @@ process_subscription(Direction, User, JID1, Type) ->
{atomic, ok} ->
false;
{atomic, {push, Item}} ->
- io:format("S10N: Item=~p~n", [Item]),
push_item(User, {"", ?MYNAME, ""}, Item),
true;
_ ->