Skip to content

Commit

Permalink
Remove debug logging
Browse files Browse the repository at this point in the history
  • Loading branch information
mgmeyers committed Dec 17, 2023
1 parent 4eb3a0d commit 162f8ee
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions src/bbt/export.ts
Original file line number Diff line number Diff line change
Expand Up @@ -663,22 +663,6 @@ export async function exportToMarkdown(

if (isPDF && canExtract) {
try {
console.log(
{ ...attachment },
attachmentPath,
{
imageBaseName: imageBaseName,
imageDPI: settings.pdfExportImageDPI,
imageFormat: settings.pdfExportImageFormat,
imageOutputPath: imageOutputPath,
imageQuality: settings.pdfExportImageQuality,
attemptOCR: settings.pdfExportImageOCR,
ocrLang: settings.pdfExportImageOCRLang,
tesseractPath: settings.pdfExportImageTesseractPath,
tessDataDir: settings.pdfExportImageTessDataDir,
},
settings.exeOverridePath
);
const res = await extractAnnotations(
attachmentPath,
{
Expand Down

0 comments on commit 162f8ee

Please sign in to comment.