aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/effects.js
diff options
context:
space:
mode:
Diffstat (limited to 'test/unit/effects.js')
-rw-r--r--test/unit/effects.js1
1 files changed, 0 insertions, 1 deletions
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("<p data-operation='*2'></p><p data-operation='^2'></p>").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 ) {