aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/animationtimeline/Keyframe.tsx
diff options
context:
space:
mode:
authorandrewdkim <adkim414@gmail.com>2019-08-06 16:02:35 -0400
committerandrewdkim <adkim414@gmail.com>2019-08-06 16:02:35 -0400
commita4b5fa0273bb7bc872699f0f0ce047ec0fbc7d43 (patch)
treeac35fc8a360682c0e2dd1dd1abffe8fb52a09d74 /src/client/views/animationtimeline/Keyframe.tsx
parentb6990a61befdea70abd99f125a2488ce5a6f04a6 (diff)
debug and context menu
Diffstat (limited to 'src/client/views/animationtimeline/Keyframe.tsx')
-rw-r--r--src/client/views/animationtimeline/Keyframe.tsx4
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;
}