diff --git a/app/client/src/sagas/userSagas.tsx b/app/client/src/sagas/userSagas.tsx index 9449d2f8a8..250dabcc5d 100644 --- a/app/client/src/sagas/userSagas.tsx +++ b/app/client/src/sagas/userSagas.tsx @@ -288,14 +288,6 @@ export function* fetchUserSaga(action: ReduxAction) { return yield false; } catch (error) { console.log(error); - if (error) { - yield put({ - type: ReduxActionErrorTypes.FETCH_USER_ERROR, - payload: { - error, - }, - }); - } } }