24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-16 22:05:29 +02:00

remove INFO_MSG call inside sql_query_internal

SVN Revision: 2556
This commit is contained in:
Christophe Romain 2009-08-27 22:27:55 +00:00
parent ff1fc2b4f0
commit b6f50972b6

View File

@ -356,7 +356,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