mirror of
https://github.com/TwiN/gatus.git
synced 2024-12-14 11:58:04 +00:00
Remove console logs
This commit is contained in:
parent
eacd182302
commit
cc43fec366
1 changed files with 0 additions and 2 deletions
|
@ -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 a new issue