remove console.log

This commit is contained in:
Cassie Tarakajian 2016-12-13 20:08:10 -05:00
parent 5711c3b4da
commit ed49f4f576
1 changed files with 1 additions and 3 deletions

View File

@ -31,9 +31,7 @@ function localIntercept(file, options = {}) {
} }
export function dropzoneAcceptCallback(file, done) { export function dropzoneAcceptCallback(file, done) {
return (dispatch, getState) => { return () => {
const state = getState();
console.log(state);
// for text files and small files // for text files and small files
// check mime type // check mime type
// if text, local interceptor // if text, local interceptor