Update packages/backend/test/unit/entities/DriveFolderEntityService.ts

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
おさむのひと 2026-01-03 16:20:27 +09:00 committed by GitHub
parent a244e814eb
commit b8a63efc4a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 0 additions and 1 deletions

View File

@ -165,7 +165,6 @@ describe('DriveFolderEntityService', () => {
const start = Date.now();
await service.packMany(folders, { detail: true });
const elapsed = Date.now() - start;
console.log(`DriveFolderEntityService.packMany benchmark: ${elapsed}ms`);
});
});