We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 27ac4db commit 52d6599Copy full SHA for 52d6599
1 file changed
src/command/render/output-tex.ts
@@ -99,7 +99,6 @@ export function texToPdfOutputRecipe(
99
100
// Clean the output directory if it is empty
101
if (pdfOutputDir) {
102
- console.log({ pdfOutputDir });
103
try {
104
// Remove the outputDir if it is empty
105
safeRemoveSync(pdfOutputDir, { recursive: false });
0 commit comments