diff options
| author | yipstanley <stanley_yip@brown.edu> | 2019-07-03 12:12:48 -0400 |
|---|---|---|
| committer | yipstanley <stanley_yip@brown.edu> | 2019-07-03 12:12:48 -0400 |
| commit | 226ef5557464f7d446e3bf36d592b85990e41a87 (patch) | |
| tree | f9d592a81521233c543cd28a9c3d20daa9d38bf1 /src/client/views/collections/CollectionVideoView.tsx | |
| parent | 6c5468eee0ec59d4ddaf116e67d067b567ccb87a (diff) | |
| parent | c619bad0281ea6f248c48b8d418f324f67f530dd (diff) | |
Merge branch 'master' of https://github.com/browngraphicslab/Dash-Web
Diffstat (limited to 'src/client/views/collections/CollectionVideoView.tsx')
| -rw-r--r-- | src/client/views/collections/CollectionVideoView.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/client/views/collections/CollectionVideoView.tsx b/src/client/views/collections/CollectionVideoView.tsx index c1a6ca44e..1984965ba 100644 --- a/src/client/views/collections/CollectionVideoView.tsx +++ b/src/client/views/collections/CollectionVideoView.tsx @@ -122,7 +122,6 @@ export class CollectionVideoView extends React.Component<FieldViewProps> { } render() { - trace(); return ( <CollectionBaseView {...this.props} className="collectionVideoView-cont" onContextMenu={this.onContextMenu}> {this.subView} |
