diff options
author | Soreine <soreine.plume@gmail.com> | 2016-06-06 15:46:09 +0200 |
---|---|---|
committer | Samy Pessé <samypesse@gmail.com> | 2016-12-22 12:32:19 +0100 |
commit | c4c7201556ca7cc805adb25e45857a490e5a4517 (patch) | |
tree | fa40306e6e247bdc20bfebb1acb90b0306ae3ef8 | |
parent | 22b22dea1ca61285d5228f95a4fc008709e38d7d (diff) | |
download | gitbook-c4c7201556ca7cc805adb25e45857a490e5a4517.zip gitbook-c4c7201556ca7cc805adb25e45857a490e5a4517.tar.gz gitbook-c4c7201556ca7cc805adb25e45857a490e5a4517.tar.bz2 |
Remove debugger
-rwxr-xr-x | packages/gitbook-html/lib/summary.js | 1 |
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) { |