Skip to content

Commit e56765f

Browse files
committed
Quartz sync: Mar 16, 2026, 11:04 PM
1 parent 815fc31 commit e56765f

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

quartz/plugins/transformers/citations.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -135,7 +135,6 @@ export const Citations: QuartzTransformerPlugin<Partial<Options>> = (userOpts) =
135135
])
136136

137137
plugins.push(() => {
138-
console.log("Initializing citation plugin with bibliography file:", opts.bibliographyFile)
139138
const bibPath = path.resolve(opts.bibliographyFile)
140139
const citationData = parseBibFile(bibPath)
141140
return (tree) => {

0 commit comments

Comments
 (0)