remove extraneous console.log
This commit is contained in:
parent
8c212908a0
commit
fdd3184420
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue