Skip to content

Commit d8655a3

Browse files
committed
Remove log
1 parent c4cea8a commit d8655a3

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

example/three/metadata.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -253,8 +253,6 @@ function appendStructuralMetadata( structuralMetadata, triangle, barycoord, inde
253253
// function for writing rows
254254
function appendRows( data, info ) {
255255

256-
console.log( data, info )
257-
258256
const maxPropertyName = Math.max( ...Object.values( data ).flatMap( v => Object.keys( v ) ).map( n => n.length ) );
259257
for ( const i in data ) {
260258

0 commit comments

Comments
 (0)