diff options
author | Monika Hedman <monika_hedman@brown.edu> | 2019-03-09 19:56:33 -0500 |
---|---|---|
committer | Monika Hedman <monika_hedman@brown.edu> | 2019-03-09 19:56:33 -0500 |
commit | c1ef0dc15dace84747904f01e95e5c621425b088 (patch) | |
tree | 3ae5ec10a0110bfe0b5f464d7aac40d937828363 /src | |
parent | 78a6f6f574285fda3b181f25f73fe8f019c1ebfe (diff) |
about to merge
Diffstat (limited to 'src')
-rw-r--r-- | src/client/views/collections/CollectionViewBase.tsx | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/client/views/collections/CollectionViewBase.tsx b/src/client/views/collections/CollectionViewBase.tsx index 661cec8ae..5db30175e 100644 --- a/src/client/views/collections/CollectionViewBase.tsx +++ b/src/client/views/collections/CollectionViewBase.tsx @@ -116,10 +116,7 @@ export class CollectionViewBase extends React.Component<SubCollectionViewProps> }).then(json => { json.map((file: any) => { - console.log(file) - console.log(typeof file) let path = window.location.origin + file - console.log(path) runInAction(() => { var img = Documents.ImageDocument(path, { ...options, nativeWidth: 300, width: 300, }) let docs = that.props.Document.GetT(KeyStore.Data, ListField); @@ -132,8 +129,6 @@ export class CollectionViewBase extends React.Component<SubCollectionViewProps> } }) - - }) }) // fReader.addEventListener("load", action("drop", () => { |