From cbc52b68ee493d8717a7be7d7c71abf6c5274e95 Mon Sep 17 00:00:00 2001 From: Vinicius Moreira Date: Tue, 14 Dec 2021 14:38:13 -0300 Subject: [PATCH] [web.controller] refactoring: removing useless line --- bauh/gems/web/controller.py | 1 - 1 file changed, 1 deletion(-) diff --git a/bauh/gems/web/controller.py b/bauh/gems/web/controller.py index f716b7d1..7bf63c31 100644 --- a/bauh/gems/web/controller.py +++ b/bauh/gems/web/controller.py @@ -733,7 +733,6 @@ class WebApplicationManager(SoftwareManager): custom_props = self._get_custom_properties(url_domain=url_domain, electron_branch=electron_branch) if custom_props: - # self.logger.info(f"Custom installation properties found for '{url_domain}' (Electron {electron_branch}. Widevine: {widevine_support})") for prop, val in custom_props.items(): if hasattr(pkg, prop): try: