Skip to content

Commit 52d6599

Browse files
committed
[chore] no more console.log
1 parent 27ac4db commit 52d6599

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/command/render/output-tex.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ export function texToPdfOutputRecipe(
9999

100100
// Clean the output directory if it is empty
101101
if (pdfOutputDir) {
102-
console.log({ pdfOutputDir });
103102
try {
104103
// Remove the outputDir if it is empty
105104
safeRemoveSync(pdfOutputDir, { recursive: false });

0 commit comments

Comments
 (0)