From cc43fec366a669cd700cd87dc34713995afc7cc6 Mon Sep 17 00:00:00 2001 From: TwinProduction Date: Mon, 20 Apr 2020 17:58:51 -0400 Subject: [PATCH] Remove console logs --- static/index.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/static/index.html b/static/index.html index 1529a823..793cb578 100644 --- a/static/index.html +++ b/static/index.html @@ -109,8 +109,6 @@ let userClickedStatus = false; function showTooltip(serviceName, index, element) { - console.log(element.getBoundingClientRect().y); - console.log(document.body.getBoundingClientRect().height); userClickedStatus = false; clearTimeout(timerHandler); let serviceResult = serviceStatuses[serviceName][index];