remove debug log
This commit is contained in:
parent
5d91eb4f5f
commit
d43ee77617
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
// Process Draw.io pairs and create combined SVG files
|
||||||
for (const [drawioHref, pair] of drawioPairs) {
|
for (const [drawioHref, pair] of drawioPairs) {
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue