Skip to content

Commit a2f2746

Browse files
cscheidjjallaire
authored andcommitted
remove stray console.log
1 parent 6358f42 commit a2f2746

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

src/core/handlers/base.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -461,7 +461,6 @@ export const baseHandler: LanguageHandler = {
461461
handlerContext: LanguageCellHandlerContext,
462462
cells: QuartoMdCell[],
463463
): Promise<MappedString[]> {
464-
console.log(handlerContext);
465464
this.documentStart(handlerContext);
466465
const mermaidExecute =
467466
handlerContext.options.format.mergeAdditionalFormats!(

src/core/handlers/mermaid.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,6 @@ object:
8181
cell: QuartoMdCell,
8282
options: Record<string, unknown>,
8383
) {
84-
console.log(options);
8584
const cellContent = handlerContext.cellContent(cell);
8685
// TODO escaping removes MappedString information.
8786
// create puppeteer target page

0 commit comments

Comments
 (0)