Skip to content
This repository has been archived by the owner on Aug 30, 2024. It is now read-only.

Commit

Permalink
redundant debug line
Browse files Browse the repository at this point in the history
  • Loading branch information
ildella committed Sep 18, 2023
1 parent b740c67 commit 68b7309
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion http/http-error-handler.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const errorHandler = ({verbose = true} = {}) => (error, {
id, ip, hostname, originalUrl, url, params,
},
reply) => {
log.debug(error)
// log.debug(error)
log.debug({
id, ip, hostname, originalUrl, url, params,
})
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "moar-js",
"version": "0.12.0",
"version": "0.12.1",
"description": "Simple JavaScript files I use across projects",
"author": {
"name": "Daniele Dellafiore"
Expand Down

0 comments on commit 68b7309

Please sign in to comment.