diff options
author | bobzel <zzzman@gmail.com> | 2021-04-11 12:07:10 -0400 |
---|---|---|
committer | bobzel <zzzman@gmail.com> | 2021-04-11 12:07:10 -0400 |
commit | 9669ebd0c0e76bbfbbc898e8b379cff41b1031ed (patch) | |
tree | f1fad9e6e79629002607780cb934a1fa77a7e6d2 /src/client/views/nodes/VideoBox.tsx | |
parent | b3d5f0c61051b961088e630229035e30f9d740b5 (diff) |
some cleanup of demo_changes
Diffstat (limited to 'src/client/views/nodes/VideoBox.tsx')
-rw-r--r-- | src/client/views/nodes/VideoBox.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/VideoBox.tsx b/src/client/views/nodes/VideoBox.tsx index 3b0fb4091..fb58ddefc 100644 --- a/src/client/views/nodes/VideoBox.tsx +++ b/src/client/views/nodes/VideoBox.tsx @@ -417,7 +417,6 @@ export class VideoBox extends ViewBoxAnnotatableComponent<ViewBoxAnnotatableProp onTimelineHdlDown = action((e: React.PointerEvent) => { this._clicking = true; - console.log('timeline click'); setupMoveUpEvents(this, e, action((e: PointerEvent) => { this._clicking = false; |