forked from MapComplete/MapComplete
Chore: remove obsolete console.trace
This commit is contained in:
parent
05bf79f761
commit
75735005da
1 changed files with 0 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue