disable debug message output.

This commit is contained in:
Yoshihiro OKUMURA 2022-06-15 11:27:13 +09:00
parent 38525878bd
commit 5827def7ae

View File

@ -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;
}