diff --git a/src/utils/myselfFu.js b/src/utils/myselfFu.js index 5be2fbc..85952f6 100644 --- a/src/utils/myselfFu.js +++ b/src/utils/myselfFu.js @@ -12,7 +12,6 @@ export function filterTown(ids) { } function filterNames(data, targetIds, results) { - // console.log(data, "1", targetIds, "2", results, "3"); data.forEach((node, index) => { if (targetIds.includes(node.id)) { results.push(node.label);