mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-26 16:26:24 +01:00
Remove a debugging io:format/2.
SVN Revision: 1551
This commit is contained in:
parent
4e39f4cab1
commit
8baed08641
@ -1,3 +1,7 @@
|
||||
2008-08-27 Jean-Sébastien Pédron <js.pedron@meetic-corp.com>
|
||||
|
||||
* src/mod_roster.erl: Remove a debugging io:format/2.
|
||||
|
||||
2008-08-26 Jean-Sébastien Pédron <js.pedron@meetic-corp.com>
|
||||
|
||||
* src/jlib.erl: short_jid/1 and short_bare_jid/1 now produce a short
|
||||
|
@ -787,8 +787,7 @@ convert_to_exmpp() ->
|
||||
end
|
||||
end
|
||||
end,
|
||||
Ret = mnesia:transaction(Fun),
|
||||
io:format("Conversion return value: ~p~n", [Ret]).
|
||||
mnesia:transaction(Fun).
|
||||
|
||||
convert_to_exmpp2(#roster{
|
||||
usj = {USJ_U, USJ_S, {USJ_JU, USJ_JS, USJ_JR}} = Key,
|
||||
|
Loading…
Reference in New Issue
Block a user