From 350bab37fc6b56adb168ab1a96d7c8e9b248a818 Mon Sep 17 00:00:00 2001 From: Austin Date: Wed, 6 Jan 2016 11:33:33 -0500 Subject: [PATCH] Removing debug code --- assets/main.js | 1 - 1 file changed, 1 deletion(-) 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); } }