summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSoreine <soreine.plume@gmail.com>2016-06-06 15:46:09 +0200
committerSamy Pessé <samypesse@gmail.com>2016-12-22 12:32:19 +0100
commitc4c7201556ca7cc805adb25e45857a490e5a4517 (patch)
treefa40306e6e247bdc20bfebb1acb90b0306ae3ef8
parent22b22dea1ca61285d5228f95a4fc008709e38d7d (diff)
downloadgitbook-c4c7201556ca7cc805adb25e45857a490e5a4517.zip
gitbook-c4c7201556ca7cc805adb25e45857a490e5a4517.tar.gz
gitbook-c4c7201556ca7cc805adb25e45857a490e5a4517.tar.bz2
Remove debugger
-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) {