comments: remove vague TODOs

closes #576
This commit is contained in:
jongleberry 2016-03-01 15:01:32 -08:00 committed by Jonathan Ong
parent 82bdb8223d
commit 7373c7eca1
2 changed files with 0 additions and 2 deletions

View file

@ -303,7 +303,6 @@ module.exports = {
*/ */
get socket() { get socket() {
// TODO: TLS
return this.req.socket; return this.req.socket;
}, },

View file

@ -33,7 +33,6 @@ module.exports = {
*/ */
get socket() { get socket() {
// TODO: TLS
return this.ctx.req.socket; return this.ctx.req.socket;
}, },