From 864c3dd6d96d1a33cd3e65be5a80055e71671a69 Mon Sep 17 00:00:00 2001 From: Kenneth Kehl <@kkehl@flexion.us> Date: Tue, 22 Aug 2023 07:54:25 -0700 Subject: [PATCH] code review feedback --- app/__init__.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/app/__init__.py b/app/__init__.py index 874d36a0b..d6c4257bc 100644 --- a/app/__init__.py +++ b/app/__init__.py @@ -192,10 +192,6 @@ def create_app(application): init_jinja(application) for client in ( - # Gubbins - # Note, metrics purposefully first so we start measuring response times as early as possible before any - # other `app.before_request` handlers (introduced by any of these clients) are processed (which would - # otherwise mean we aren't measuring the full response time) csrf, login_manager, proxy_fix,