aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristophe Romain <christophe.romain@process-one.net>2009-08-27 22:27:55 +0000
committerChristophe Romain <christophe.romain@process-one.net>2009-08-27 22:27:55 +0000
commitb6f50972b64034edc0ea0d54db6f70c92a2a5e96 (patch)
tree6b8e05cf6d4f9fa90cfd111868ac55280ac350c5 /src
parentreapply previous RSM filtering fix drop by mistake (diff)
remove INFO_MSG call inside sql_query_internal
SVN Revision: 2556
Diffstat (limited to 'src')
-rw-r--r--src/odbc/ejabberd_odbc.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/odbc/ejabberd_odbc.erl b/src/odbc/ejabberd_odbc.erl
index 8c3b0e9ed..ef00c8b20 100644
--- a/src/odbc/ejabberd_odbc.erl
+++ b/src/odbc/ejabberd_odbc.erl
@@ -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