Skip to content

Commit

Permalink
eslint -- a squasher
Browse files Browse the repository at this point in the history
  • Loading branch information
ign-packo committed Oct 28, 2021
1 parent ad6fb4e commit 0a5cd2e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion test/unit/feature2mesh.js
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,6 @@ describe('Feature2Mesh', function () {
parsed3.then((collection) => {
const mesh = Feature2Mesh.convert()(collection);
const geom = mesh.children[0].geometry;
console.log(geom.index.count);
assert.equal(
geom.index.count,
6,
Expand Down

0 comments on commit 0a5cd2e

Please sign in to comment.