Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 5672188

Browse files
committed
remove debug msg
1 parent 17b3f1c commit 5672188

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

coderd/webpush/webpush.go

-1
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,6 @@ func (n *Webpusher) webpushSend(ctx context.Context, msg []byte, endpoint string
162162
})
163163
if err != nil {
164164
n.log.Error(ctx, "failed to send webpush notification", slog.Error(err), slog.F("endpoint", endpoint))
165-
n.log.Debug(ctx, "webpush notification payload", slog.F("payload", string(cpy)))
166165
return -1, nil, xerrors.Errorf("send webpush notification: %w", err)
167166
}
168167
defer resp.Body.Close()

0 commit comments

Comments
 (0)