summaryrefslogtreecommitdiff
path: root/frontend/views/upload/upload.reducer.js
diff options
context:
space:
mode:
Diffstat (limited to 'frontend/views/upload/upload.reducer.js')
-rw-r--r--frontend/views/upload/upload.reducer.js3
1 files changed, 0 insertions, 3 deletions
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: