diff --git a/rhodecode/lib/utils2.py b/rhodecode/lib/utils2.py --- a/rhodecode/lib/utils2.py +++ b/rhodecode/lib/utils2.py @@ -273,7 +273,6 @@ def engine_from_config(configuration, pr context._query_start_time = time.time() log.info(color_sql(">>>>> STARTING QUERY >>>>>")) - def after_cursor_execute(conn, cursor, statement, parameters, context, executemany): total = time.time() - context._query_start_time