Skip to content

Commit 90e08d2

Browse files
authored
Remove console logs (oops)
1 parent 2ec586d commit 90e08d2

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

src/components/dashboard/user_management/EditableSubscriptionsCell.tsx

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -153,10 +153,6 @@ const EditableSubscriptionsCell: React.FC<EditableSubscriptionsCellProps> = ({
153153
});
154154

155155
setLocalMailingLists(sortedMailingLists);
156-
157-
console.log('selectedSubjectIds changed to', selectedSubjectIds);
158-
console.log('subjectsById is', subjectsById);
159-
console.log('so i changed mailingLists to', sortedMailingLists);
160156
}, [selectedSubjectIds, subjectsById]);
161157

162158
useEffect(() => {

0 commit comments

Comments
 (0)