From ba0bf4a95f930729e235463636c43fa38b7d2929 Mon Sep 17 00:00:00 2001 From: Antoine Musso Date: Wed, 9 Nov 2011 09:01:34 +0000 Subject: [PATCH] Comments out console.log calls Catched by Schnark on CR of r102303 --- .../qunit/suites/resources/jquery/jquery.tablesorter.test.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/qunit/suites/resources/jquery/jquery.tablesorter.test.js b/tests/qunit/suites/resources/jquery/jquery.tablesorter.test.js index 0aa4c7941a..cf6ce2866c 100644 --- a/tests/qunit/suites/resources/jquery/jquery.tablesorter.test.js +++ b/tests/qunit/suites/resources/jquery/jquery.tablesorter.test.js @@ -393,9 +393,9 @@ test( 'bug 32047 - caption must be before thead', function() { 'TFOOT' + '' ); - console.log( $table.html() ); + //console.log( $table.html() ); $table.tablesorter(); - console.log( $table.html() ); + //console.log( $table.html() ); var expected = 'CAPTION'+ '' + -- 2.20.1