Removed logging
parent
1f6c35c7b8
commit
fb1d6ddd45
|
@ -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 ) {
|
||||
|
|
Loading…
Reference in New Issue