diff --git a/src/g3d.ts b/src/g3d.ts index 82d6083..9ce0441 100644 --- a/src/g3d.ts +++ b/src/g3d.ts @@ -139,7 +139,7 @@ class G3D { rd2: 0, rd3: 0, }; - console.log(ax, ay, az, cutdepth, th, is3d, mesh, skincolor, smoothing); + // console.log(ax, ay, az, cutdepth, th, is3d, mesh, skincolor, smoothing); if (this.header === null) { return false; }