mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-23 15:38:14 +01:00
removed logging item
This commit is contained in:
parent
754d8be21f
commit
73200890a1
1 changed files with 0 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue