From d43ee77617cd00611357c0fce771a151eaf7ec91 Mon Sep 17 00:00:00 2001 From: Philipinho <16838612+Philipinho@users.noreply.github.com> Date: Thu, 4 Sep 2025 09:40:17 -0700 Subject: [PATCH] remove debug log --- .../integrations/import/services/import-attachment.service.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {