Skip to content

Commit e402b70

Browse files
committed
hotfix: remove a console.log
1 parent 50a2dbd commit e402b70

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

create-node-meeting-artifacts.mjs

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,8 +64,6 @@ const hackmdNote = await hackmd.createMeetingNotesDocument(
6464
const minutesDocLink =
6565
hackmdNote.publishLink || `https://hackmd.io/${hackmdNote.id}`;
6666

67-
console.log({ hackmdNote, minutesDocLink });
68-
6967
// Step 13: Generate meeting issue content using native implementation
7068
const issueContent = await meetings.generateMeetingIssue(
7169
config,

0 commit comments

Comments
 (0)