diff options
| author | bobzel <zzzman@gmail.com> | 2023-08-29 12:55:49 -0400 |
|---|---|---|
| committer | bobzel <zzzman@gmail.com> | 2023-08-29 12:55:49 -0400 |
| commit | 349e586b01b18c641a4c753b709f4217a3f3e528 (patch) | |
| tree | 81794fd08d3f2143c2df6e2d52a1203a9b45971d /src/client/views/nodes/VideoBox.tsx | |
| parent | 936382c5cdc9f21ecd3d6b643da986bd30fc1e19 (diff) | |
cleanup
Diffstat (limited to 'src/client/views/nodes/VideoBox.tsx')
| -rw-r--r-- | src/client/views/nodes/VideoBox.tsx | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/src/client/views/nodes/VideoBox.tsx b/src/client/views/nodes/VideoBox.tsx index 5c2d09b0c..56508abf6 100644 --- a/src/client/views/nodes/VideoBox.tsx +++ b/src/client/views/nodes/VideoBox.tsx @@ -191,10 +191,6 @@ export class VideoBox extends ViewBoxAnnotatableComponent<ViewBoxAnnotatableProp this._finished = false; start = this.timeline.trimStart; } - if (this.dataDoc._data_presentation) { - console.log("ninja") - } - console.log(this.dataDoc.data_presentation) try { this._audioPlayer && this.player && (this._audioPlayer.currentTime = this.player?.currentTime); update && this.player && this.playFrom(start, undefined, true); |
