Comments out console.log calls
authorAntoine Musso <hashar@users.mediawiki.org>
Wed, 9 Nov 2011 09:01:34 +0000 (09:01 +0000)
committerAntoine Musso <hashar@users.mediawiki.org>
Wed, 9 Nov 2011 09:01:34 +0000 (09:01 +0000)
Catched by Schnark on CR of r102303

tests/qunit/suites/resources/jquery/jquery.tablesorter.test.js

index 0aa4c79..cf6ce28 100644 (file)
@@ -393,9 +393,9 @@ test( 'bug 32047 - caption must be before thead', function() {
                '<tr class="sortbottom"><td>TFOOT</td></tr>' +
                '</table>'
                );
-       console.log( $table.html() );
+       //console.log( $table.html() );
        $table.tablesorter();
-       console.log( $table.html() );
+       //console.log( $table.html() );
        var expected =
                '<caption>CAPTION</caption>'+
                '<thead>' +