diff --git a/assets/main.js b/assets/main.js index fbd295e..8941494 100644 --- a/assets/main.js +++ b/assets/main.js @@ -810,7 +810,6 @@ function createDescriptionTooltip(dataset, p) { function adjustLayerTooltipDisplay(el) { if (tooltipIsNearTheBottomEdge(el)) { el.css('top', (-el.height() - parseInt(el.css('top'))) + 'px'); - console.log(el.css('top')); el.data('height-adjusted', true); } }