Skip to content
This repository was archived by the owner on Dec 23, 2021. It is now read-only.

Commit 94a938c

Browse files
committed
don't print entries in console
1 parent 493bdfc commit 94a938c

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

server/router.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,6 @@ module.exports = function (config) {
155155
archiver.metadata(archive, {timeout}, function (err, info) {
156156
if (err) info.error = {message: err.message}
157157
info.health = archiver.health(archive)
158-
debug('got', info)
159158
return res.status(200).json(info)
160159
})
161160
})

0 commit comments

Comments
 (0)