aboutsummaryrefslogtreecommitdiff
path: root/src/client/views/nodes/VideoBox.tsx
diff options
context:
space:
mode:
authorbob <bcz@cs.brown.edu>2019-03-13 15:18:20 -0400
committerbob <bcz@cs.brown.edu>2019-03-13 15:18:20 -0400
commite7442d33d959f36f92fdcc12ad85f68d1d9ee4ca (patch)
tree0803b3e8898f4f224b0b2e1401220c077716bc1d /src/client/views/nodes/VideoBox.tsx
parent4f1f20a52a5c01b3046a56f37b6c7c029d3e10f0 (diff)
from last
Diffstat (limited to 'src/client/views/nodes/VideoBox.tsx')
-rw-r--r--src/client/views/nodes/VideoBox.tsx1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/nodes/VideoBox.tsx b/src/client/views/nodes/VideoBox.tsx
index d6c856d3b..9c60d4348 100644
--- a/src/client/views/nodes/VideoBox.tsx
+++ b/src/client/views/nodes/VideoBox.tsx
@@ -42,7 +42,6 @@ export class VideoBox extends React.Component<FieldViewProps> {
render() {
- trace();
let field = this.props.doc.Get(this.props.fieldKey)
let path = field == FieldWaiting ? "http://techslides.com/demos/sample-videos/small.mp4" :
field instanceof VideoField ? field.Data.href : "http://techslides.com/demos/sample-videos/small.mp4";