effect.puff: Errant console.log removed

This commit is contained in:
gnarf 2011-03-07 23:53:24 -06:00
parent 8a0394debe
commit b3198643ca

View 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' ),