Chore: remove obsolete console.trace

This commit is contained in:
Pieter Vander Vennet 2023-08-23 22:19:12 +02:00
parent 05bf79f761
commit 75735005da

View file

@ -324,7 +324,6 @@ In the case that MapComplete is pointed to the testing grounds, the edit will be
enumerable: false, enumerable: false,
configurable: true, configurable: true,
get: () => { get: () => {
console.trace("Property", name, "got requested")
init().then((r) => { init().then((r) => {
delete object[name] delete object[name]
object[name] = r object[name] = r