From: louisremi Date: Tue, 10 May 2011 10:18:40 +0000 (+0200) Subject: oops console X-Git-Tag: 1.6.1rc1~9^2 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=refs%2Fpull%2F374%2Fhead;p=jquery.git oops console --- diff --git a/test/unit/effects.js b/test/unit/effects.js index f015fc91a..6fbbbfe39 100644 --- a/test/unit/effects.js +++ b/test/unit/effects.js @@ -1001,7 +1001,6 @@ test("callbacks should fire in correct order (#9100)", function() { $lis = jQuery("

").appendTo("#qunit-fixture") // The test will always pass if no properties are animated or if the duration is 0 .animate({fontSize: 12}, 13, function() { - console.log(jQuery(this).data("operation")) a *= jQuery(this).data("operation") === "*2" ? 2 : a; cb++; if ( cb === 2 ) {