]> granicus.if.org Git - ejabberd/commitdiff
remove INFO_MSG call inside sql_query_internal
authorChristophe Romain <christophe.romain@process-one.net>
Thu, 27 Aug 2009 22:27:55 +0000 (22:27 +0000)
committerChristophe Romain <christophe.romain@process-one.net>
Thu, 27 Aug 2009 22:27:55 +0000 (22:27 +0000)
SVN Revision: 2556

src/odbc/ejabberd_odbc.erl

index 8c3b0e9ed83786e641740bbf43538cdb505ba171..ef00c8b20f42858e9de596878aec473159c1487b 100644 (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