Skip to content

Commit

Permalink
🔨 remove console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
ikesau committed Oct 23, 2023
1 parent 0259578 commit 6daba26
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion db/model/Gdoc/Gdoc.ts
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,6 @@ export class Gdoc extends BaseEntity implements OwidGdocInterface {

// Convert the doc to ArchieML syntax
const { text } = await gdocToArchie(data)
console.log("text", text)

// Convert the ArchieML to our enriched JSON structure
this.content = archieToEnriched(text)
Expand Down

0 comments on commit 6daba26

Please sign in to comment.