diff --git a/index.html b/index.html index d47a4b80..c136d559 100644 --- a/index.html +++ b/index.html @@ -27,7 +27,7 @@ - + diff --git a/stitchcode/objects.js b/stitchcode/objects.js index c57e0a87..1286352d 100644 --- a/stitchcode/objects.js +++ b/stitchcode/objects.js @@ -2725,8 +2725,6 @@ StageMorph.prototype.initTurtle = function() { loader.load( 'stitchcode/assets/turtle.js', function ( geometry, materials ) { - console.log(geometry); - console.log(material); //var material = materials[ 0 ]; this.turtle = new THREE.Mesh(geometry,material); this.turtle.scale.set(4, 4, 4);