Skip to content

Commit

Permalink
refactor: Remove console.log()
Browse files Browse the repository at this point in the history
  • Loading branch information
kulla committed Apr 18, 2024
1 parent 3c2c829 commit d646c50
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion download_documents.ts
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,6 @@ async function processFiles() {

while (newDocument.match(fragmentsRegex)) {
newDocument = newDocument.replace(fragmentsRegex, (_, fragment) => {
console.log({ file, fragment })
if (fragment === 'id') return '42'
// Fix https://github.com/serlo/frontend/blob/54a1f5dedda0b44fbb7a160426f151d3312ba097/apps/web/src/fetcher/prettify-links-state/ids-query.tsx#L8
if (fragment === "opts?.withTitle ? 'title' : ''") return 'title'
Expand Down

0 comments on commit d646c50

Please sign in to comment.