Skip to content

Commit d72ea02

Browse files
committed
chore: cleanup
1 parent d241ff9 commit d72ea02

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

app/services/sync/BasePDFSyncService.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ export abstract class BasePDFSyncService extends BaseSyncService {
3535
abstract writePDF(document: OCRDocument, name: string, docFolder?: DocFolder): Promise<any>;
3636

3737
getPDFName(document: OCRDocument) {
38-
DEV_LOG && console.log('getPDFName', this.useDocumentName, this.fileNameFormat);
38+
// DEV_LOG && console.log('getPDFName', this.useDocumentName, this.fileNameFormat);
3939
return getFileNameForDocument(document, this.useDocumentName, document.createdDate, this.fileNameFormat);
4040
}
4141
}

0 commit comments

Comments
 (0)