Skip to content

Commit

Permalink
remove debug message from previous commit
Browse files Browse the repository at this point in the history
Signed-off-by: p4u <pau@dabax.net>
  • Loading branch information
p4u committed Mar 12, 2024
1 parent 63753a7 commit 15c06c2
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion api/censuses.go
Original file line number Diff line number Diff line change
Expand Up @@ -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)
Expand Down

0 comments on commit 15c06c2

Please sign in to comment.