Explorar el Código

EXRLoader: Clean up.

Mr.doob hace 7 años
padre
commit
f35e52b02b
Se han modificado 1 ficheros con 0 adiciones y 2 borrados
  1. 0 2
      examples/js/loaders/EXRLoader.js

+ 0 - 2
examples/js/loaders/EXRLoader.js

@@ -994,8 +994,6 @@ THREE.EXRLoader.prototype._parser = function ( buffer ) {
 
 	}
 
-	console.log((endTime - startTime) + 'ms');
-
 	return {
 		header: EXRHeader,
 		width: width,

粤ICP备19079148号