ソースを参照

removing console.log

Alejandro Toledo 5 年 前
コミット
a1fdcb437e

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

@@ -686,7 +686,6 @@ export class AnimationCurveEditorComponent extends React.Component<
         let currentSelected = this.state.svgKeyframes?.find(
           (kf) => kf.selected
         );
-        console.log(currentSelected);
         if (currentSelected) {
           let { order, coordinate } = this.decodeCurveId(currentSelected.id);
           let animation = this.state.selected;