From: gnarf Date: Tue, 8 Mar 2011 05:53:24 +0000 (-0600) Subject: effect.puff: Errant console.log removed X-Git-Tag: 1.9m5~235^2~1 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=b3198643ca76c105c8ff9ac2b002673b9ffca63f;p=jquery-ui.git effect.puff: Errant console.log removed --- diff --git a/ui/jquery.effects.scale.js b/ui/jquery.effects.scale.js index ec707c2b5..fcc0708b9 100644 --- a/ui/jquery.effects.scale.js +++ b/ui/jquery.effects.scale.js @@ -13,7 +13,6 @@ (function( $, undefined ) { $.effects.puff = function( o ) { - console.log(o); return this.queue( function() { var elem = $( this ), mode = $.effects.setMode( elem, o.mode || 'hide' ),