fix debug server in antivirus

Signed-off-by: Christian Richter <crichter@owncloud.com>
This commit is contained in:
Christian Richter
2024-10-14 08:39:42 +02:00
parent 1ae1298f50
commit 32485bab2a
4 changed files with 91 additions and 20 deletions
@@ -150,7 +150,6 @@ func Server(cfg *config.Config) *cli.Command {
debug.Context(ctx),
debug.Config(cfg),
)
if err != nil {
logger.Info().Err(err).Str("server", "debug").Msg("Failed to initialize server")
return err