mirror of
https://github.com/processone/ejabberd.git
synced 2024-10-31 15:21:38 +01:00
remove INFO_MSG call inside sql_query_internal
SVN Revision: 2557
This commit is contained in:
parent
35e8b95928
commit
adfca08e43
@ -359,7 +359,7 @@ sql_query_internal(Query) ->
|
|||||||
?DEBUG("MySQL, Send query~n~p~n", [Query]),
|
?DEBUG("MySQL, Send query~n~p~n", [Query]),
|
||||||
R = mysql_to_odbc(mysql_conn:fetch(State#state.db_ref,
|
R = mysql_to_odbc(mysql_conn:fetch(State#state.db_ref,
|
||||||
Query, self())),
|
Query, self())),
|
||||||
?INFO_MSG("MySQL, Received result~n~p~n", [R]),
|
%% ?INFO_MSG("MySQL, Received result~n~p~n", [R]),
|
||||||
R
|
R
|
||||||
end,
|
end,
|
||||||
case Res of
|
case Res of
|
||||||
|
Loading…
Reference in New Issue
Block a user