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.
master
Slobodan Stojanovic 2015-10-31 19:21:40 +01:00
parent 439f051776
commit 0470997854
1 changed files with 0 additions and 1 deletions

View File

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