From 3fb522534cff61576ac58ae466a2752585b8c44e Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Mon, 1 Jun 2020 19:45:15 +0200 Subject: setting up the database... --- frontend/views/upload/upload.reducer.js | 3 --- 1 file changed, 3 deletions(-) (limited to 'frontend/views/upload/upload.reducer.js') 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: -- cgit v1.2.3-70-g09d2