Skip to content

Commit de824f6

Browse files
committed
remove extraneous logs
1 parent d571fa7 commit de824f6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

src/resources/filters/quarto-pre/code-annotation.lua

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -182,9 +182,6 @@ local function resolveCellAnnotes(codeBlockEl, processAnnotation)
182182
i = i + 1
183183
end
184184

185-
quarto.log.output(outputs)
186-
quarto.log.output(annotations)
187-
188185
-- if we capture annotations, then replace the code source
189186
-- code, stripping annotation comments
190187
if annotations and next(annotations) ~= nil then

0 commit comments

Comments
 (0)