Skip to content

Commit c490a2a

Browse files
committed
chore
1 parent 65cef8e commit c490a2a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/util/GridObject.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,6 @@ export class GridObject extends Object3D {
9191
let mr = z.addComponent(MeshRenderer);
9292
mr.geometry = line;
9393
let mat = mr.material = new UnLitMaterial();
94-
console.log(mat)
9594
mat.baseColor = new Color(0, 1, 0, 0.5);
9695
mat.blendMode = BlendMode.ADD;
9796
mat.castReflection = false;

0 commit comments

Comments
 (0)