From 528e5ad48a0d41c5180ac75bbbba7a360cfb30d9 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9E=AB=E8=B0=B7=E5=89=91=E4=BB=99?= Date: Tue, 15 Dec 2020 17:54:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A4=9A=E4=BD=99=E7=9A=84debug=E4=BF=A1?= =?UTF-8?q?=E6=81=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script.js | 1 - 1 file changed, 1 deletion(-) diff --git a/script.js b/script.js index f9ef5f16..5cf8a809 100644 --- a/script.js +++ b/script.js @@ -436,7 +436,6 @@ class EvoTree const li = evoSubEvo.appendChild(document.createElement("li")); li.appendChild(subEvo.toListNode()); }); - console.log(monName.scrollWidth); return tBox; }; }