mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +01:00
Remove print debug (thanks evgeniy)
This commit is contained in:
parent
41c455fabb
commit
a3f2588df6
@ -351,8 +351,7 @@ process_item_set(From, To, {xmlelement, _Name, Attrs, Els}) ->
|
||||
Item2 = process_item_els(Item1, Els),
|
||||
case Item2#roster.subscription of
|
||||
remove ->
|
||||
io:format("del_roster: ~p ~p ~p \n", [LServer, Username, SJID]),
|
||||
odbc_queries:del_roster(LServer, Username, SJID);
|
||||
odbc_queries:del_roster(LServer, Username, SJID);
|
||||
_ ->
|
||||
ItemVals = record_to_string(Item2),
|
||||
ItemGroups = groups_to_string(Item2),
|
||||
|
Loading…
Reference in New Issue
Block a user