We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d241ff9 commit d72ea02Copy full SHA for d72ea02
1 file changed
app/services/sync/BasePDFSyncService.ts
@@ -35,7 +35,7 @@ export abstract class BasePDFSyncService extends BaseSyncService {
35
abstract writePDF(document: OCRDocument, name: string, docFolder?: DocFolder): Promise<any>;
36
37
getPDFName(document: OCRDocument) {
38
- DEV_LOG && console.log('getPDFName', this.useDocumentName, this.fileNameFormat);
+ // DEV_LOG && console.log('getPDFName', this.useDocumentName, this.fileNameFormat);
39
return getFileNameForDocument(document, this.useDocumentName, document.createdDate, this.fileNameFormat);
40
}
41
0 commit comments