24
1
mirror of https://github.com/processone/ejabberd.git synced 2024-06-12 21:52:07 +02:00

remove INFO_MSG call inside sql_query_internal

SVN Revision: 2557
This commit is contained in:
Christophe Romain 2009-08-27 22:30:57 +00:00
parent 35e8b95928
commit adfca08e43

View File

@ -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