diff --git a/apps/server/src/integrations/import/services/import-attachment.service.ts b/apps/server/src/integrations/import/services/import-attachment.service.ts index dd73b26a..2b3bfa43 100644 --- a/apps/server/src/integrations/import/services/import-attachment.service.ts +++ b/apps/server/src/integrations/import/services/import-attachment.service.ts @@ -102,7 +102,7 @@ export class ImportAttachmentService { } >(); - this.logger.debug(`Found ${drawioPairs.size} Draw.io pairs to process`); + //this.logger.debug(`Found ${drawioPairs.size} Draw.io pairs to process`); // Process Draw.io pairs and create combined SVG files for (const [drawioHref, pair] of drawioPairs) {