chore: cleanup

This commit is contained in:
2024-01-26 11:47:08 +00:00
parent dae96109b8
commit 1aaee2a2cb
7 changed files with 5 additions and 251 deletions

View File

@ -77,7 +77,6 @@ export class ProfileCacheRelayWorker extends EventEmitter<CacheEvents> implement
"change",
mapped.map(a => this.key(a)),
);
console.debug("ProfileCacheRelayWorker", keys, results);
return mapped;
}