From 15c06c28e91caabadfb1bd25a4e5b692e122fdcb Mon Sep 17 00:00:00 2001 From: p4u Date: Tue, 12 Mar 2024 17:13:55 +0100 Subject: [PATCH] remove debug message from previous commit Signed-off-by: p4u --- api/censuses.go | 1 - 1 file changed, 1 deletion(-) diff --git a/api/censuses.go b/api/censuses.go index 05e3e8669..7a61c2522 100644 --- a/api/censuses.go +++ b/api/censuses.go @@ -791,7 +791,6 @@ func (a *API) censusPublishCheckHandler(_ *apirest.APIdata, ctx *httprouter.HTTP if !ok { return ErrCensusNotFound } - log.Warnf("census publish status: %v", uriOrErrorAny) uriOrError := uriOrErrorAny.(string) if uriOrError == "" { return ctx.Send(nil, apirest.HTTPstatusNoContent)