Skip to content

Commit

Permalink
fix(schedules): remove log
Browse files Browse the repository at this point in the history
  • Loading branch information
rhahao committed Dec 16, 2023
1 parent 558a33c commit 201065d
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/current/views/WeekendMeetingTemplate.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,6 @@ Font.registerHyphenationCallback((word) => [word]);
const WeekendMeetingTemplate = ({ data }) => {
const { t } = useTranslation('source');

console.log(data);

const generateDocumentTitle = () => {
let title = t('weekendMeetingPrint');

Expand Down

0 comments on commit 201065d

Please sign in to comment.