summaryrefslogtreecommitdiff
path: root/frontend/views/upload
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/views/upload')
-rw-r--r--frontend/views/upload/components/upload.index.js3
-rw-r--r--frontend/views/upload/upload.reducer.js3
2 files changed, 0 insertions, 6 deletions
diff --git a/frontend/views/upload/components/upload.index.js b/frontend/views/upload/components/upload.index.js
index 4435043..6123001 100644
--- a/frontend/views/upload/components/upload.index.js
+++ b/frontend/views/upload/components/upload.index.js
@@ -8,8 +8,6 @@ import actions from '../../../actions'
import UploadIndexOptions from './upload.indexOptions'
import UploadMenu from './upload.menu'
-import CollectionMediaToggle from '../../collectionMedia/collectionMedia.toggle.js'
-
// const { result, collectionLookup } = this.props
export default class UploadIndex extends Component {
@@ -104,4 +102,3 @@ const UploadItem = ({ data }) => {
)
}
- // <CollectionMediaToggle collectionLookup={collectionLookup} id={result.media.id} />
diff --git a/frontend/views/upload/upload.reducer.js b/frontend/views/upload/upload.reducer.js
index 674fcf8..98dc0a1 100644
--- a/frontend/views/upload/upload.reducer.js
+++ b/frontend/views/upload/upload.reducer.js
@@ -13,9 +13,6 @@ const reducer = crudReducer('upload')
export default function uploadReducer(state = initialState, action) {
// console.log(action.type, action)
- if (action.type === types.search.loaded && action.tag === 'query') {
- // console.log("infer:", action.data.infer)
- }
state = reducer(state, action)
switch (action.type) {
default: