Răsfoiți Sursa

AnimationHandler: Removed unneeded warning. Fixes #3494.

Mr.doob 12 ani în urmă
părinte
comite
10a578e95a
1 a modificat fișierele cu 0 adăugiri și 1 ștergeri
  1. 0 1
      src/extras/animation/AnimationHandler.js

+ 0 - 1
src/extras/animation/AnimationHandler.js

@@ -75,7 +75,6 @@ THREE.AnimationHandler = ( function () {
 
 			} else {
 
-				console.log( "THREE.AnimationHandler.get: Couldn't find animation " + name );
 				return null;
 
 			}

粤ICP备19079148号