0
0
Fork 0
mirror of https://github.com/healthchecks/healthchecks.git synced 2025-04-03 04:15:29 +00:00

Remove debug line

This commit is contained in:
Pēteris Caune 2022-12-15 15:06:50 +02:00
parent 36e8843481
commit 347765557e
No known key found for this signature in database
GPG key ID: E28D7679E9A9EDE2

View file

@ -12,7 +12,6 @@ $(function() {
})
.click(function() {
var text = this.parentNode.innerText;
console.log(text);
navigator.clipboard.writeText(text);
$(this).tooltip("show");
})