Remove useless console.log in test/summary.js

This commit is contained in:
Aaron O'Mullan
2014-04-05 20:09:50 -07:00
parent 4547ec73fd
commit 465188cae6
-1
View File
@@ -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);