From: Frank Brehm Date: Wed, 13 Feb 2019 11:00:25 +0000 (+0100) Subject: Changing debug putput in lib/webhooks/base_app.py X-Git-Tag: 1.6.4^2~56 X-Git-Url: https://git.uhu-banane.de/?a=commitdiff_plain;h=23274d0bbb0aae89f4c8f735a3d5ca8aa259c012;p=pixelpark%2Fpuppetmaster-webhooks.git Changing debug putput in lib/webhooks/base_app.py --- 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__,