Skip to content

Commit 50a0e2f

Browse files
kjetilkrubensworks
authored andcommitted
Remove spurious console.log
1 parent 0b439fd commit 50a0e2f

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

lib/http-error.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
module.exports = HTTPError
22

33
function HTTPError (status, message) {
4-
console.log('DAAAAHUT: ', status, message)
54
if (!(this instanceof HTTPError)) {
65
return new HTTPError(status, message)
76
}

0 commit comments

Comments
 (0)