forked from MapComplete/MapComplete
Chore: rm console.log
This commit is contained in:
parent
825efdee34
commit
61b1288531
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue