From ed49f4f5764d425d73eab8b426c88247aad55630 Mon Sep 17 00:00:00 2001 From: Cassie Tarakajian Date: Tue, 13 Dec 2016 20:08:10 -0500 Subject: [PATCH] remove console.log --- client/modules/IDE/actions/uploader.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/client/modules/IDE/actions/uploader.js b/client/modules/IDE/actions/uploader.js index 11ca1ba3..fb7976dc 100644 --- a/client/modules/IDE/actions/uploader.js +++ b/client/modules/IDE/actions/uploader.js @@ -31,9 +31,7 @@ function localIntercept(file, options = {}) { } export function dropzoneAcceptCallback(file, done) { - return (dispatch, getState) => { - const state = getState(); - console.log(state); + return () => { // for text files and small files // check mime type // if text, local interceptor