mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-24 16:23:40 +01:00
Remove print debug (thanks evgeniy)
This commit is contained in:
parent
41c455fabb
commit
a3f2588df6
@ -351,7 +351,6 @@ process_item_set(From, To, {xmlelement, _Name, Attrs, Els}) ->
|
|||||||
Item2 = process_item_els(Item1, Els),
|
Item2 = process_item_els(Item1, Els),
|
||||||
case Item2#roster.subscription of
|
case Item2#roster.subscription of
|
||||||
remove ->
|
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),
|
ItemVals = record_to_string(Item2),
|
||||||
|
Loading…
Reference in New Issue
Block a user