Removing leftover debug code.
authorjeresig <jeresig@gmail.com>
Tue, 14 Sep 2010 13:52:13 +0000 (09:52 -0400)
committerjeresig <jeresig@gmail.com>
Tue, 14 Sep 2010 13:52:13 +0000 (09:52 -0400)
test/unit/effects.js

index cb07f6a..bfd6ff4 100644 (file)
@@ -514,7 +514,7 @@ jQuery.each( {
                                if ( t_h == "show" ) {
                                        var old_h = jQuery.css(this, "height", undefined, true);
                                        jQuery(this).append("<br/>Some more text<br/>and some more...");
-                                       notEqual(jQuery.css(this, "height", undefined, true), old_h, "Make sure height is auto. " + n);
+                                       notEqual(jQuery.css(this, "height", undefined, true), old_h, "Make sure height is auto.");
                                }
        
                                start();