Skip to content

Commit cc43fec

Browse files
committed
Remove console logs
1 parent eacd182 commit cc43fec

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

static/index.html

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -109,8 +109,6 @@
109109
let userClickedStatus = false;
110110

111111
function showTooltip(serviceName, index, element) {
112-
console.log(element.getBoundingClientRect().y);
113-
console.log(document.body.getBoundingClientRect().height);
114112
userClickedStatus = false;
115113
clearTimeout(timerHandler);
116114
let serviceResult = serviceStatuses[serviceName][index];

0 commit comments

Comments
 (0)