We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50a2dbd commit e402b70Copy full SHA for e402b70
create-node-meeting-artifacts.mjs
@@ -64,8 +64,6 @@ const hackmdNote = await hackmd.createMeetingNotesDocument(
64
const minutesDocLink =
65
hackmdNote.publishLink || `https://hackmd.io/${hackmdNote.id}`;
66
67
-console.log({ hackmdNote, minutesDocLink });
68
-
69
// Step 13: Generate meeting issue content using native implementation
70
const issueContent = await meetings.generateMeetingIssue(
71
config,
0 commit comments