Skip to content

Commit e157195

Browse files
committed
chore: drop stack on 404
1 parent 3717236 commit e157195

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/handlers/error.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ module.exports = Observable.extend({
3838
}
3939

4040
if (err) {
41-
console.error(err.stack);
41+
// console.error(err.stack);
4242
}
4343

4444
next(err);

0 commit comments

Comments
 (0)