Browse Source

Remove console.log from sticky #2107

pull/2136/head
jlukic 9 years ago
parent
commit
fae8749744
1 changed files with 0 additions and 1 deletions
  1. 1
      src/definitions/modules/sticky.js

1
src/definitions/modules/sticky.js

@ -398,7 +398,6 @@ $.fn.sticky = function(parameters) {
if( module.is.initialPosition() ) { if( module.is.initialPosition() ) {
if(scroll.top >= context.bottom) { if(scroll.top >= context.bottom) {
console.log(scroll.top, context.bottom);
module.debug('Element bottom of container'); module.debug('Element bottom of container');
module.bindBottom(); module.bindBottom();
} }

Loading…
Cancel
Save