Selaa lähdekoodia

AnimationHandler: Removed unneeded warning. Fixes #3494.

Mr.doob 11 vuotta sitten
vanhempi
sitoutus
10a578e95a
1 muutettua tiedostoa jossa 0 lisäystä ja 1 poistoa
  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;
 
 			}