From 465188cae68d86017ce293e018eddf85f4de83ba Mon Sep 17 00:00:00 2001 From: Aaron O'Mullan Date: Sat, 5 Apr 2014 20:09:50 -0700 Subject: [PATCH] Remove useless console.log in test/summary.js --- test/summary.js | 1 - 1 file changed, 1 deletion(-) diff --git a/test/summary.js b/test/summary.js index d1ef3dd39..9af1f9f96 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);