移除注释

master
yutent 2023-02-19 20:25:25 +08:00
parent 29433868e9
commit e5a86463f8
1 changed files with 0 additions and 1 deletions

View File

@ -182,7 +182,6 @@ export class Enum {
if (this.#dict_k[k]) { if (this.#dict_k[k]) {
return [...this.#dict_k[k]] return [...this.#dict_k[k]]
} else if (this.#dict_v[k]) { } else if (this.#dict_v[k]) {
console.log(this.#dict_v[k])
return [...this.#dict_v[k]] return [...this.#dict_v[k]]
} }
} }