Removed logging

feature-120-cell-layers
Mike Lynch 2023-10-18 11:22:24 +11:00
parent 1f6c35c7b8
commit fb1d6ddd45
1 changed files with 0 additions and 1 deletions

View File

@ -348,7 +348,6 @@ function label_nodes(nodes, ids, label) {
function label_faces_120cell(nodes, faces, cfaces, label) {
const ns = new Set();
console.log(`label faces from ${cfaces}`);
for( const fid of cfaces ) {
const face = faces.filter((f)=> f.id === fid );
if( face.length > 0 ) {