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)
|
notifications = get_notifications(container)
|
||||||
if notifications:
|
if notifications:
|
||||||
logging.info("notifications for %s %s %s", container, filename, notifications)
|
|
||||||
done = []
|
done = []
|
||||||
for notification in notifications:
|
for notification in notifications:
|
||||||
# ignore duplicate configurations
|
# ignore duplicate configurations
|
||||||
|
Reference in New Issue
Block a user