un-document _findLayerByHandler

This commit is contained in:
Rand McKinney 2015-05-04 12:23:21 -07:00
parent df04e9d17f
commit ce26141d85
1 changed files with 1 additions and 1 deletions

View File

@ -177,7 +177,7 @@ proto.middleware = function(name, paths, handler) {
return this; return this;
}; };
/* /*!
* Find the corresponding express layer by handler * Find the corresponding express layer by handler
* *
* This is needed because monitoring agents such as NewRelic can add handlers * This is needed because monitoring agents such as NewRelic can add handlers