]> Frank Brehm's Git Trees - pixelpark/puppetmaster-webhooks.git/commitdiff
Changing debug putput in lib/webhooks/base_app.py
authorFrank Brehm <frank.brehm@pixelpark.com>
Wed, 13 Feb 2019 11:00:25 +0000 (12:00 +0100)
committerFrank Brehm <frank.brehm@pixelpark.com>
Wed, 13 Feb 2019 11:00:25 +0000 (12:00 +0100)
lib/webhooks/base_app.py

index 267e3c82cf91f86af3cc435d5f228231ff633f1e..1c7603c11e2eaad73a4ec67242258fa40554371d 100644 (file)
@@ -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__,