25
1
mirror of https://github.com/processone/ejabberd.git synced 2024-11-30 16:36:29 +01:00

Remove a debugging io:format/2.

SVN Revision: 1551
This commit is contained in:
Jean-Sébastien Pédron 2008-08-27 09:45:01 +00:00
parent 4e39f4cab1
commit 8baed08641
2 changed files with 5 additions and 2 deletions

View File

@ -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> 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 * src/jlib.erl: short_jid/1 and short_bare_jid/1 now produce a short

View File

@ -787,8 +787,7 @@ convert_to_exmpp() ->
end end
end end
end, end,
Ret = mnesia:transaction(Fun), mnesia:transaction(Fun).
io:format("Conversion return value: ~p~n", [Ret]).
convert_to_exmpp2(#roster{ convert_to_exmpp2(#roster{
usj = {USJ_U, USJ_S, {USJ_JU, USJ_JS, USJ_JR}} = Key, usj = {USJ_U, USJ_S, {USJ_JU, USJ_JS, USJ_JR}} = Key,