diff options
| author | andrewdkim <adkim414@gmail.com> | 2019-08-06 16:02:35 -0400 |
|---|---|---|
| committer | andrewdkim <adkim414@gmail.com> | 2019-08-06 16:02:35 -0400 |
| commit | a4b5fa0273bb7bc872699f0f0ce047ec0fbc7d43 (patch) | |
| tree | ac35fc8a360682c0e2dd1dd1abffe8fb52a09d74 /src/client/views/animationtimeline/Keyframe.tsx | |
| parent | b6990a61befdea70abd99f125a2488ce5a6f04a6 (diff) | |
debug and context menu
Diffstat (limited to 'src/client/views/animationtimeline/Keyframe.tsx')
| -rw-r--r-- | src/client/views/animationtimeline/Keyframe.tsx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/client/views/animationtimeline/Keyframe.tsx b/src/client/views/animationtimeline/Keyframe.tsx index 9dae3896f..b27cb6d98 100644 --- a/src/client/views/animationtimeline/Keyframe.tsx +++ b/src/client/views/animationtimeline/Keyframe.tsx @@ -231,10 +231,6 @@ export class Keyframe extends React.Component<IProps> { return; } }); - - let index = this.regiondata.keyframes!.indexOf(TK); - console.log(toJS(this.regiondata.keyframes!)); - return TK; } |
