mirror of
https://github.com/docmost/docmost.git
synced 2025-11-10 02:02:06 +10: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
|
||||
for (const [drawioHref, pair] of drawioPairs) {
|
||||
|
||||
Reference in New Issue
Block a user