From 3130966407985fabb4a65f9aee23e8f363e8e647 Mon Sep 17 00:00:00 2001 From: mckay Date: Mon, 20 Oct 2025 19:24:23 +0800 Subject: [PATCH] style: rm useless log --- network_process/src/process.cpp | 3 --- 1 file changed, 3 deletions(-) diff --git a/network_process/src/process.cpp b/network_process/src/process.cpp index 3797714..ae33f39 100644 --- a/network_process/src/process.cpp +++ b/network_process/src/process.cpp @@ -176,9 +176,6 @@ ISNP_API void build_implicit_network_by_blobtree(const s_settings& compute_patches(edges_of_iso_face, iso_edges, iso_faces, patches, patch_of_face); compute_chains(iso_verts.size(), iso_edges, chain_vertices, chain_headers, chain_of_mid_face); export_halfpatch_obj(iso_pts, iso_faces, patches, "halfpatch_before_connect"); - for (auto &subface : tree.subfaces) { - std::cout << subface.object_ptr->data_center << std::endl; - } for (const auto& [face_index, chain_indices] : chain_of_mid_face) { auto& chain_indices_ = chain_of_patch[patch_of_face[face_index]]; chain_indices_ = std::move(chain_indices);