Alejandro Toledo преди 5 години
родител
ревизия
a1fdcb437e
променени са 1 файла, в които са добавени 0 реда и са изтрити 1 реда
  1. 0 1
      inspector/src/components/actionTabs/tabs/propertyGrids/animations/animationCurveEditorComponent.tsx

+ 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;