mirror of
https://github.com/processone/ejabberd.git
synced 2024-11-22 16:20:52 +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]),
|
||||
R = mysql_to_odbc(mysql_conn:fetch(State#state.db_ref,
|
||||
Query, self())),
|
||||
?INFO_MSG("MySQL, Received result~n~p~n", [R]),
|
||||
%% ?INFO_MSG("MySQL, Received result~n~p~n", [R]),
|
||||
R
|
||||
end,
|
||||
case Res of
|
||||
|
Loading…
Reference in New Issue
Block a user