From 7bfe6d984b6a7a799513dc134e136893b210c5dc Mon Sep 17 00:00:00 2001 From: Aaron Pham Date: Fri, 1 Nov 2024 02:05:11 -0400 Subject: [PATCH] chore: remove unecessary console.log --- src/utils.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/utils.js b/src/utils.js index 84d1d6a..786515e 100644 --- a/src/utils.js +++ b/src/utils.js @@ -86,8 +86,7 @@ export const getBibliography = async (options, file) => { } } - } - console.log("bibliography[i]", bibliography[i]) + } } return bibliography