diff options
author | gnarf <gnarf@gnarf.net> | 2011-03-07 23:53:24 -0600 |
---|---|---|
committer | gnarf <gnarf@gnarf.net> | 2011-03-08 00:52:07 -0600 |
commit | b3198643ca76c105c8ff9ac2b002673b9ffca63f (patch) | |
tree | 216b3d3958cb9f3bd3581adea57b698148d083d1 /ui/jquery.effects.scale.js | |
parent | 8a0394debe4334a1d5aed41db54cd29952cae889 (diff) | |
download | jquery-ui-b3198643ca76c105c8ff9ac2b002673b9ffca63f.tar.gz jquery-ui-b3198643ca76c105c8ff9ac2b002673b9ffca63f.zip |
effect.puff: Errant console.log removed
Diffstat (limited to 'ui/jquery.effects.scale.js')
-rw-r--r-- | ui/jquery.effects.scale.js | 1 |
1 files changed, 0 insertions, 1 deletions
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' ), |