[web.controller] refactoring: removing useless line

This commit is contained in:
Vinicius Moreira
2021-12-14 14:38:13 -03:00
parent 87ce6d0aac
commit cbc52b68ee

View File

@@ -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: