From 23274d0bbb0aae89f4c8f735a3d5ca8aa259c012 Mon Sep 17 00:00:00 2001 From: Frank Brehm Date: Wed, 13 Feb 2019 12:00:25 +0100 Subject: [PATCH] Changing debug putput in lib/webhooks/base_app.py --- lib/webhooks/base_app.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/lib/webhooks/base_app.py b/lib/webhooks/base_app.py index 267e3c8..1c7603c 100644 --- a/lib/webhooks/base_app.py +++ b/lib/webhooks/base_app.py @@ -263,10 +263,6 @@ class BaseHookApp(BaseApplication): # ------------------------------------------------------------------------- def init_locales(self): - if not self.is_cgi: - LOG.info("No CGI.") - return - if self.verbose > 1: xinfo = { '__module_dir__': __xlate_module_dir__, -- 2.39.5