Remove console log from PlaneGeometry
@@ -5,8 +5,6 @@
THREE.PlaneGeometry = function ( width, height, widthSegments, heightSegments ) {
- console.log( 'THREE.PlaneGeometry: Consider using THREE.PlaneBufferGeometry for lower memory footprint.' );
-
THREE.Geometry.call( this );
this.type = 'PlaneGeometry';