Skip to content

Commit

Permalink
remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
glowingjade committed Oct 30, 2024
1 parent eb30155 commit 0dfc3bd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/utils/promptGenerator.ts
Original file line number Diff line number Diff line change
Expand Up @@ -405,8 +405,6 @@ ${transcript.map((t) => `${t.offset}: ${t.text}`).join('\n')}

const markdown: string = turndown.turndown(response.text)

console.log('markdown', markdown)

return markdown
}
}

0 comments on commit 0dfc3bd

Please sign in to comment.