From 0bdec1443955fb35551f706c4e453e47808c5cca Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Wed, 6 Jun 2018 04:47:49 +0200 Subject: uploading spectrogram zip filessssss --- app/client/modules/pix2wav/pix2wav.reducer.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) (limited to 'app/client/modules/pix2wav') diff --git a/app/client/modules/pix2wav/pix2wav.reducer.js b/app/client/modules/pix2wav/pix2wav.reducer.js index 80ee4f7..c1ae51c 100644 --- a/app/client/modules/pix2wav/pix2wav.reducer.js +++ b/app/client/modules/pix2wav/pix2wav.reducer.js @@ -15,7 +15,6 @@ const pix2wavReducer = (state = pix2wavInitialState, action) => { if (action.data && action.data.module === 'pix2wav') { state = datasetReducer(state, action) } - console.log(action.type) switch (action.type) { case types.wav2pix.loaded_buffer: @@ -24,7 +23,6 @@ const pix2wavReducer = (state = pix2wavInitialState, action) => { status: 'Loaded buffer', } case types.wav2pix.draw_progress: - console.log(action) return { ...state, status: 'Rendering frame ' + action.count, @@ -42,7 +40,7 @@ const pix2wavReducer = (state = pix2wavInitialState, action) => { case types.wav2pix.uploading: return { ...state, - status: 'Uploading zip file (' + util.hush_size(action.size) + ')', + status: 'Uploading zip file', } default: return state -- cgit v1.2.3-70-g09d2