Skip to content

Commit

Permalink
chore: removed console.log()
Browse files Browse the repository at this point in the history
  • Loading branch information
alashchev17 committed Jan 14, 2025
1 parent 23302b3 commit 550e263
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/features/History/historySlice.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ export const historySlice = createSlice({
},

markChatAsRead: (state, action: PayloadAction<string>) => {
console.log(`[DEBUG]: markChatAsRead fired, action: `, action);
const chatId = action.payload;
state[chatId].read = true;
},
Expand Down

0 comments on commit 550e263

Please sign in to comment.