remove console.log
This commit is contained in:
parent
5711c3b4da
commit
ed49f4f576
1 changed files with 1 additions and 3 deletions
|
@ -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
|
||||||
|
|
Loading…
Reference in a new issue