فهرست منبع

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' );