diff --git a/web/client/src/layout/containers/layout/index.jsx b/web/client/src/layout/containers/layout/index.jsx index 31a1186..ed1ebd9 100644 --- a/web/client/src/layout/containers/layout/index.jsx +++ b/web/client/src/layout/containers/layout/index.jsx @@ -209,7 +209,6 @@ const LayoutContainer = props => { RouteRequest.get(RouteTable.apiRoot).then(res => { let token = Cookie.get('pepToken', { domain: res.domain }); dispatch(login({ token })).then(res => { - console.log(res); if (res.type == 'LOGIN_SUCCESS') { const data = res.payload?.user || {} history.push('/businessManagement/pmReport/reserveItemsReporting')