This is an automated email from the ASF dual-hosted git repository. humbedooh pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-ponymail-foal.git
commit 4785f21e27cc84f4d4afedd2d6da1d22dd1d3187 Author: Daniel Gruno <[email protected]> AuthorDate: Wed Mar 31 12:19:28 2021 +0200 no need for time, audit log plugin handles it --- server/endpoints/mgmt.py | 1 - 1 file changed, 1 deletion(-) diff --git a/server/endpoints/mgmt.py b/server/endpoints/mgmt.py index 7fafb13..9818c8b 100644 --- a/server/endpoints/mgmt.py +++ b/server/endpoints/mgmt.py @@ -24,7 +24,6 @@ import plugins.defuzzer import plugins.auditlog import typing import aiohttp.web -import time async def process(
