diff --git a/cbpi/controller/plugin_controller.py b/cbpi/controller/plugin_controller.py index 5bfb8fd..7c24332 100644 --- a/cbpi/controller/plugin_controller.py +++ b/cbpi/controller/plugin_controller.py @@ -205,7 +205,6 @@ class PluginController(): from importlib.metadata import (distribution, metadata, version) meta = metadata(key) - logging.warning(key) result.append({row: meta[row] for row in list(metadata(key))}) except Exception as e: