mirror of
https://github.com/PiBrewing/craftbeerpi4.git
synced 2024-11-09 17:07:43 +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,
|
from importlib.metadata import (distribution, metadata,
|
||||||
version)
|
version)
|
||||||
meta = metadata(key)
|
meta = metadata(key)
|
||||||
logging.warning(key)
|
|
||||||
result.append({row: meta[row]
|
result.append({row: meta[row]
|
||||||
for row in list(metadata(key))})
|
for row in list(metadata(key))})
|
||||||
except Exception as e:
|
except Exception as e:
|
||||||
|
|
Loading…
Reference in a new issue