From 9d5904e9ba05d2e8b201c6e37ee056d94c5740a3 Mon Sep 17 00:00:00 2001 From: Nikolai Onken Date: Sat, 4 Jul 2015 22:07:10 +0000 Subject: [PATCH] Simplify --- node_modules/frontdoor/lib/section.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/node_modules/frontdoor/lib/section.js b/node_modules/frontdoor/lib/section.js index bf65ef79..2eac24da 100644 --- a/node_modules/frontdoor/lib/section.js +++ b/node_modules/frontdoor/lib/section.js @@ -151,7 +151,7 @@ module.exports = function Section(name, description, types) { this.handle = (function(path, req, res, next) { var that = this; - + debugger; if (arguments.length == 2) { return this._rootHandler.apply(this, arguments); }