浏览代码

Remove legacy warning in KeyFrameTrack

It became unnessecary.
gero3 9 年之前
父节点
当前提交
c184493e3c
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      src/animation/KeyframeTrack.js

+ 0 - 2
src/animation/KeyframeTrack.js

@@ -386,8 +386,6 @@ Object.assign( THREE.KeyframeTrack, {
 
 		if ( json.times === undefined ) {
 
-			console.warn( "legacy JSON format detected, converting" );
-
 			var times = [], values = [];
 
 			THREE.AnimationUtils.flattenJSON( json.keys, times, values, 'value' );