Skip to content

Commit

Permalink
misc: remove console log
Browse files Browse the repository at this point in the history
  • Loading branch information
jinho-choi123 committed Mar 18, 2024
1 parent d7abe2d commit 864bc98
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/redux/auth/loginThunk.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ import { setIsLoggedIn, setErrorMessage } from "./authSlice";
export const loginThunk =
(deviceId: string, pin: string) => async (dispatch: AppDispatch) => {
// request zabo board login and get response
console.log(deviceId);
console.log(pin);

// mock api request time
const response = await axios.post(`/api/board/login`, {
Expand Down

0 comments on commit 864bc98

Please sign in to comment.