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) {
|
||||
return (dispatch, getState) => {
|
||||
const state = getState();
|
||||
console.log(state);
|
||||
return () => {
|
||||
// for text files and small files
|
||||
// check mime type
|
||||
// if text, local interceptor
|
||||
|
|
Loading…
Reference in a new issue