Browse Source

AnimationHandler: Removed unneeded warning. Fixes #3494.

Mr.doob 11 years ago
parent
commit
10a578e95a
1 changed files with 0 additions and 1 deletions
  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;
 
 			}