浏览代码

double check

Alejandro Toledo 5 年之前
父节点
当前提交
093b9cc53e

+ 0 - 3
inspector/src/components/actionTabs/tabs/propertyGrids/animations/addAnimation.tsx

@@ -216,9 +216,6 @@ export class AddAnimation extends React.Component<
             startValue = new Size(1, 1);
             outTangent = Size.Zero();
             break;
-          default:
-            console.log('not recognized');
-            break;
         }
 
         let alreadyAnimatedProperty = (this.props

+ 0 - 2
inspector/src/components/actionTabs/tabs/propertyGrids/animations/animationCurveEditorComponent.tsx

@@ -98,8 +98,6 @@ export class AnimationCurveEditorComponent extends React.Component<
 
     this._pixelFrameUnit = 10;
 
-    console.log(this.props.entity instanceof TargetedAnimation);
-
     let initialSelection;
     let initialPathData;
     let initialLerpMode;

+ 0 - 2
inspector/src/components/actionTabs/tabs/propertyGrids/animations/svgDraggableArea.tsx

@@ -45,7 +45,6 @@ export class SvgDraggableArea extends React.Component<ISvgDraggableAreaProps> {
         this._draggableArea.current?.clientWidth !== undefined
           ? this._draggableArea.current?.clientWidth
           : 0;
-      console.log(this._width);
     }, 500);
   }
 
@@ -224,7 +223,6 @@ export class SvgDraggableArea extends React.Component<ISvgDraggableAreaProps> {
     } else {
       return true;
     }
-    console.log(activeControlPoints);
   }
 
   render() {