浏览代码

Merge pull request #6675 from felixturner/patch-2

Remove console log from PlaneGeometry
Ricardo Cabello 10 年之前
父节点
当前提交
55e1063d1a
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/extras/geometries/PlaneGeometry.js

+ 0 - 2
src/extras/geometries/PlaneGeometry.js

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