diff --git a/lib/response.js b/lib/response.js index 5a814df..903f555 100644 --- a/lib/response.js +++ b/lib/response.js @@ -45,7 +45,6 @@ module.exports = { */ get header() { - // TODO: wtf return this.res._headers || {}; },