mirror of
https://github.com/TwiN/gatus.git
synced 2024-11-25 09:24:04 +01:00
Remove console logs
This commit is contained in:
parent
eacd182302
commit
cc43fec366
@ -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];
|
||||
|
Loading…
Reference in New Issue
Block a user