From 532a829e3f4764b8caedac39cbaf76f6a5d5d1a4 Mon Sep 17 00:00:00 2001 From: Vinsea Date: Thu, 9 Jan 2025 16:45:25 +0800 Subject: [PATCH] =?UTF-8?q?fix(toArrayTree):=20=E7=A7=BB=E9=99=A4console?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- func/toArrayTree.js | 1 - 1 file changed, 1 deletion(-) diff --git a/func/toArrayTree.js b/func/toArrayTree.js index 4cb1e82..6606f53 100644 --- a/func/toArrayTree.js +++ b/func/toArrayTree.js @@ -69,7 +69,6 @@ function toArrayTree (array, options) { if (id === parentId) { parentId = null - console.log('Fix infinite Loop.', item) } treeMap[parentId] = treeMap[parentId] || []