From 966c2fe46a785a2555ec9a1048fc4a9014c40aa3 Mon Sep 17 00:00:00 2001 From: louisremi Date: Tue, 10 May 2011 12:18:40 +0200 Subject: [PATCH] oops console --- test/unit/effects.js | 1 - 1 file changed, 1 deletion(-) 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 ) { -- 2.39.5