diff options
-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); |