]> source.dussan.org Git - jquery-ui.git/commitdiff
effect.puff: Errant console.log removed
authorgnarf <gnarf@gnarf.net>
Tue, 8 Mar 2011 05:53:24 +0000 (23:53 -0600)
committergnarf <gnarf@gnarf.net>
Tue, 8 Mar 2011 06:52:07 +0000 (00:52 -0600)
ui/jquery.effects.scale.js

index ec707c2b5963b4429ba8b8047d12458b233f7bc4..fcc0708b905a38111e824a7eee35b91675c3bd96 100644 (file)
@@ -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' ),