removed logging and redundant imports

This commit is contained in:
2022-06-23 13:40:30 +01:00
parent d55aedfa65
commit 047fcb8142
4 changed files with 90 additions and 84 deletions
-1
View File
@@ -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,