removed logging and redundant imports
This commit is contained in:
@@ -65,7 +65,6 @@ export const setFormComplete = (formComplete) => (dispatch) => {
|
||||
};
|
||||
|
||||
export const setDocumentsList = (documentList) => (dispatch) => {
|
||||
console.log("here", documentList);
|
||||
return dispatch({
|
||||
type: appealTypeDataActionTypes.SETDOCUMENTLIST,
|
||||
documentList: documentList,
|
||||
|
||||
Reference in New Issue
Block a user