Skip to content

Commit

Permalink
Remove debug log statement.
Browse files Browse the repository at this point in the history
  • Loading branch information
brcolow committed Jan 14, 2024
1 parent eac017b commit 74265df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion moody.js
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,6 @@ function initialize3DTableGraphic(moodyReport, tableModelMatrix) {

let newRotationMatrix = Mat4.create()
const vertices = moodyReport.vertices(zMultiplier).map(vertex => new Vertex(vertex[0], vertex[1], vertex[2])).flat(1)
console.log(vertices)
const minX = Math.min(...vertices.map(vertex => vertex.x))
const maxX = Math.max(...vertices.map(vertex => vertex.x))
const minY = Math.min(...vertices.map(vertex => vertex.y))
Expand Down

0 comments on commit 74265df

Please # to comment.