mirror of
https://github.com/microsoft/onefuzz.git
synced 2025-06-17 04:18:07 +00:00
Removing UserInfo from notifications logging (#724)
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user