Skip to content

Commit b319864

Browse files
committed
effect.puff: Errant console.log removed
1 parent 8a0394d commit b319864

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

ui/jquery.effects.scale.js

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@
1313
(function( $, undefined ) {
1414

1515
$.effects.puff = function( o ) {
16-
console.log(o);
1716
return this.queue( function() {
1817
var elem = $( this ),
1918
mode = $.effects.setMode( elem, o.mode || 'hide' ),

0 commit comments

Comments
 (0)