diff options
| author | bob <bcz@cs.brown.edu> | 2019-03-13 15:18:20 -0400 |
|---|---|---|
| committer | bob <bcz@cs.brown.edu> | 2019-03-13 15:18:20 -0400 |
| commit | e7442d33d959f36f92fdcc12ad85f68d1d9ee4ca (patch) | |
| tree | 0803b3e8898f4f224b0b2e1401220c077716bc1d /src/client/views/nodes/VideoBox.tsx | |
| parent | 4f1f20a52a5c01b3046a56f37b6c7c029d3e10f0 (diff) | |
from last
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 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"; |
