Addon Manager: Finish pylint cleanup of startup workers

This commit is contained in:
Chris Hennes
2022-08-10 10:53:54 -05:00
parent 69ed6aa1c1
commit 765031b634
3 changed files with 127 additions and 193 deletions

View File

@@ -225,7 +225,6 @@ class Addon:
"PackageMetadata",
instance.name,
)
print (f"Trying to load from {cached_package_xml_file}\n")
if os.path.isfile(cached_package_xml_file):
instance.load_metadata_file(cached_package_xml_file)