Chore: rm console.log

This commit is contained in:
Pieter Vander Vennet 2025-08-03 14:24:13 +02:00
parent 825efdee34
commit 61b1288531

View file

@ -16,7 +16,6 @@
function showFor(timeoutSeconds: number = 3) { function showFor(timeoutSeconds: number = 3) {
open = true open = true
console.trace("Showing gpshelperelement")
window.setTimeout(() => { window.setTimeout(() => {
open = false open = false
}, timeoutSeconds * 1000) }, timeoutSeconds * 1000)