mirror of
https://github.com/processone/ejabberd
synced 2025-10-06 03:50:15 +02:00
Remove print debug (thanks evgeniy)
This commit is contained in:
parent
41c455fabb
commit
a3f2588df6
1 changed files with 1 additions and 2 deletions
|
@ -351,8 +351,7 @@ 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),
|
||||||
ItemGroups = groups_to_string(Item2),
|
ItemGroups = groups_to_string(Item2),
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue