Skip to content

Commit e8f3fd2

Browse files
committed
refactor: Remove unnecessary console log in SubmitMeetingSummary component
1 parent 66fb60c commit e8f3fd2

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

pages/submit-meeting-summary/index.tsx

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -520,8 +520,7 @@ const SubmitMeetingSummary: NextPage = () => {
520520
const meetingDate = m.meetingInfo?.date || m.date.split("T")[0];
521521
return meetingDate === newSummaryDate && m.username === myVariable.currentUser;
522522
});
523-
524-
console.log(myVariable, meetings, newSummaryDate)
523+
525524
return (
526525
<div className={styles.container}>
527526
{/* ---------- MODAL ---------- */}

0 commit comments

Comments
 (0)