Remove 'TODO' comment for this.res._headers

Node probably doesn't plan to change this so there's no point of having 'TODO' comment in the code.
This commit is contained in:
Slobodan Stojanovic 2015-10-31 19:21:40 +01:00
parent 439f051776
commit 0470997854

View file

@ -45,7 +45,6 @@ module.exports = {
*/
get header() {
// TODO: wtf
return this.res._headers || {};
},