summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorAaron O'Mullan <aaron.omullan@friendco.de>2014-04-05 20:09:50 -0700
committerAaron O'Mullan <aaron.omullan@friendco.de>2014-04-05 20:09:50 -0700
commit465188cae68d86017ce293e018eddf85f4de83ba (patch)
treeaea28b58800160ac20654d59ebdb34d9249aa2c4
parent4547ec73fda25f037bda2692dc9fc66a037cbde9 (diff)
downloadgitbook-465188cae68d86017ce293e018eddf85f4de83ba.zip
gitbook-465188cae68d86017ce293e018eddf85f4de83ba.tar.gz
gitbook-465188cae68d86017ce293e018eddf85f4de83ba.tar.bz2
Remove useless console.log in test/summary.js
-rw-r--r--test/summary.js1
1 files changed, 0 insertions, 1 deletions
diff --git a/test/summary.js b/test/summary.js
index d1ef3dd..9af1f9f 100644
--- a/test/summary.js
+++ b/test/summary.js
@@ -10,7 +10,6 @@ var LEXED = summary(CONTENT);
describe('Summary parsing', function () {
- console.log(LEXED);
it('should detect chapters', function() {
assert.equal(LEXED.chapters.length, 5);