From b3198643ca76c105c8ff9ac2b002673b9ffca63f Mon Sep 17 00:00:00 2001 From: gnarf Date: Mon, 7 Mar 2011 23:53:24 -0600 Subject: [PATCH] effect.puff: Errant console.log removed --- ui/jquery.effects.scale.js | 1 - 1 file changed, 1 deletion(-) 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' ), -- 2.39.5