summaryrefslogtreecommitdiffstats
path: root/packages/gitbook-html/lib/summary.js
diff options
context:
space:
mode:
Diffstat (limited to 'packages/gitbook-html/lib/summary.js')
-rwxr-xr-xpackages/gitbook-html/lib/summary.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/gitbook-html/lib/summary.js b/packages/gitbook-html/lib/summary.js
index 0a9ddb5..f458d1d 100755
--- a/packages/gitbook-html/lib/summary.js
+++ b/packages/gitbook-html/lib/summary.js
@@ -134,7 +134,6 @@ function parseSummary(html) {
var parts = findParts($root, $);
// Parse each list
- debugger;
var parsedParts = [];
var part;
for (var i = 0; i < parts.length; ++i) {