Removing UserInfo from notifications logging (#724)

This commit is contained in:
nharper285
2021-03-23 15:47:05 -07:00
committed by GitHub
parent 1706a91291
commit 92b5139a0a

View File

@ -112,7 +112,6 @@ def new_files(container: Container, filename: str) -> None:
notifications = get_notifications(container)
if notifications:
logging.info("notifications for %s %s %s", container, filename, notifications)
done = []
for notification in notifications:
# ignore duplicate configurations