Skip to content

Commit

Permalink
chore: remove unecessary console.log
Browse files Browse the repository at this point in the history
  • Loading branch information
aarnphm authored Nov 1, 2024
1 parent 5ce6adb commit 7bfe6d9
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/utils.js
Original file line number Diff line number Diff line change
Expand Up @@ -86,8 +86,7 @@ export const getBibliography = async (options, file) => {
}
}

}
console.log("bibliography[i]", bibliography[i])
}
}

return bibliography
Expand Down

0 comments on commit 7bfe6d9

Please sign in to comment.