diff options
author | Aaron O'Mullan <aaron.omullan@friendco.de> | 2014-04-05 20:09:50 -0700 |
---|---|---|
committer | Aaron O'Mullan <aaron.omullan@friendco.de> | 2014-04-05 20:09:50 -0700 |
commit | 465188cae68d86017ce293e018eddf85f4de83ba (patch) | |
tree | aea28b58800160ac20654d59ebdb34d9249aa2c4 /test/summary.js | |
parent | 4547ec73fda25f037bda2692dc9fc66a037cbde9 (diff) | |
download | gitbook-465188cae68d86017ce293e018eddf85f4de83ba.zip gitbook-465188cae68d86017ce293e018eddf85f4de83ba.tar.gz gitbook-465188cae68d86017ce293e018eddf85f4de83ba.tar.bz2 |
Remove useless console.log in test/summary.js
Diffstat (limited to 'test/summary.js')
-rw-r--r-- | test/summary.js | 1 |
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); |