Skip to content

Commit 068c673

Browse files
authored
Do not log missing payload (#128)
1 parent 4a43959 commit 068c673

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

index.js

-1
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,6 @@ function buildRouteCompress (fastify, params, routeOptions, decorateOnly) {
209209

210210
function onSend (req, reply, payload, next) {
211211
if (payload == null) {
212-
reply.log.debug('compress: missing payload')
213212
return next()
214213
}
215214

0 commit comments

Comments
 (0)