removed consoles

parent fdbe6e28
......@@ -85,7 +85,6 @@ export const userSlice = createSlice({
})
.addCase(loginUser.rejected, (state, action) => {
state.loading = false;
console.log(action.error);
state.userLoggedIn = false;
})
.addCase(
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment