mirror of
https://github.com/GitbookIO/gitbook.git
synced 2026-09-20 17:43:24 +00:00
Remove useless console.log in test/summary.js
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user