Browse Source

Remove console.log

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

1
src/definitions/modules/sticky.js

@ -350,7 +350,6 @@ $.fn.sticky = function(parameters) {
module.determineContainer();
}
else {
console.log($container.outerHeight(), module.cache.context.height, $module);
if( Math.abs($container.outerHeight() - module.cache.context.height) > settings.jitter) {
module.debug('Context has padding, specifying exact height for container', module.cache.context.height);
$container.css({

Loading…
Cancel
Save