Skip to content

Commit

Permalink
Removed console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
dallascrichmond committed Jul 25, 2023
1 parent 7dede93 commit 1e75b3c
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/frontend-pwa/src/services/app/useAppService.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,6 @@ const useAppService = () => {
dispatch({ type: SET_APP_DATA, payload: data });
} else {
const data = await axios.get(`${constants.BACKEND_URL}/api/locations`);
console.log('data: ', data);
saveDataToLocalStorage(constants.UPDATE_ARRAY_KEY, data.data.updateArr);
saveDataToLocalStorage(constants.APP_DATA_KEY, data);
dispatch({ type: SET_APP_DATA, payload: data });
Expand Down

0 comments on commit 1e75b3c

Please sign in to comment.