aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/VideoBox.tsx
diff options
context:
space:
mode:
authorMichael Foiani <sotech117@michaels-mbp-5.devices.brown.edu>2022-06-14 17:48:45 -0400
committerMichael Foiani <sotech117@michaels-mbp-5.devices.brown.edu>2022-06-14 17:48:45 -0400
commit83690c334c8d343d6d7560a6aa7f8e7be9cd3639 (patch)
treed4ca610a24f91a95e0fdfbc50ebd2ed8fcbc5ac8 /src/client/views/nodes/VideoBox.tsx
parent9e9a49665e7fc914d3faab07ab13aba272bbec3a (diff)
done for day - get the functionality down. will make code more readable and fix some small bugs tomorrow
Diffstat (limited to 'src/client/views/nodes/VideoBox.tsx')
-rw-r--r--src/client/views/nodes/VideoBox.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/views/nodes/VideoBox.tsx b/src/client/views/nodes/VideoBox.tsx
index b14a1f0f6..cf3282d2f 100644
--- a/src/client/views/nodes/VideoBox.tsx
+++ b/src/client/views/nodes/VideoBox.tsx
@@ -366,7 +366,7 @@ export class VideoBox extends ViewBoxAnnotatableComponent<ViewBoxAnnotatableProp
this._disposers.reactionDisposer = reaction(() => NumCast(this.layoutDoc._currentTimecode),
time => {
!this._playing && (vref.currentTime = time);
- console.log("vref time = " + vref.currentTime)
+ // console.log("vref time = " + vref.currentTime)
}, { fireImmediately: true });
}
}