web: remove debug entry

Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
This commit is contained in:
Jens Langhammer 2021-11-03 20:19:37 +01:00
parent 8f6d700aa8
commit c87a9f9489
1 changed files with 0 additions and 1 deletions

View File

@ -31,7 +31,6 @@ func (ws *WebServer) APISentryProxy(rw http.ResponseWriter, r *http.Request) {
return
}
sd := SentryRequest{}
ws.log.Debug(lines[0])
err = json.Unmarshal([]byte(lines[0]), &sd)
if err != nil {
ws.log.WithError(err).Warning("failed to parse sentry request")