From e5a86463f8c6550b9b909157e2fe83bc83d426e8 Mon Sep 17 00:00:00 2001 From: yutent Date: Sun, 19 Feb 2023 20:25:25 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=BB=E9=99=A4=E6=B3=A8=E9=87=8A?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/lib/core.js | 1 - 1 file changed, 1 deletion(-) diff --git a/src/lib/core.js b/src/lib/core.js index e6eaa5d..3f45371 100644 --- a/src/lib/core.js +++ b/src/lib/core.js @@ -182,7 +182,6 @@ export class Enum { if (this.#dict_k[k]) { return [...this.#dict_k[k]] } else if (this.#dict_v[k]) { - console.log(this.#dict_v[k]) return [...this.#dict_v[k]] } }