remove extraneous console.log

This commit is contained in:
Mark Cavage 2011-11-07 17:24:56 -08:00
parent 8c212908a0
commit fdd3184420
1 changed files with 0 additions and 1 deletions

View File

@ -789,7 +789,6 @@ Server.prototype._getHandlerChain = function(req) {
if (!route.dn.equals(req.dn) && !route.dn.parentOf(req.dn))
continue;
console.log(route.dn.parentOf(req.dn) + ' -> ' + req.dn)
// We should be good to go.
req.suffix = route.dn;