Skip to content

Commit

Permalink
style: cleaned up a console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
camelPhonso committed Jun 8, 2024
1 parent df996f5 commit 76cda3d
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion context/conversationStore.ts
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ export default function conversationReducer(
): IConversationState {
switch (action.type) {
case 'SET_ALL_CONVERSATIONS':
console.log('SET_ALL_CONVERSATIONS');
return { ...state, allConversations: action.payload };

case 'SET_CURRENT_CONVERSATION':
Expand Down

0 comments on commit 76cda3d

Please sign in to comment.