mirror of
https://github.com/docmost/docmost.git
synced 2026-05-07 06:23:06 +08:00
remove debug log
This commit is contained in:
@@ -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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user