From 75735005da0bb918658a36a146c17acc5e42bd40 Mon Sep 17 00:00:00 2001 From: Pieter Vander Vennet Date: Wed, 23 Aug 2023 22:19:12 +0200 Subject: [PATCH] Chore: remove obsolete console.trace --- src/Utils.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/Utils.ts b/src/Utils.ts index 2cf9dfc354..cdb9d84672 100644 --- a/src/Utils.ts +++ b/src/Utils.ts @@ -324,7 +324,6 @@ In the case that MapComplete is pointed to the testing grounds, the edit will be enumerable: false, configurable: true, get: () => { - console.trace("Property", name, "got requested") init().then((r) => { delete object[name] object[name] = r