mirror of
https://github.com/TwiN/gatus.git
synced 2026-02-04 22:14:43 +00:00
Remove console logs
This commit is contained in:
@@ -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];
|
||||
|
||||
Reference in New Issue
Block a user