We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 114985b commit f81b537Copy full SHA for f81b537
1 file changed
src/services/extension-store.ts
@@ -16,9 +16,6 @@ export class ExtensionStore<TGqlExtension extends Gql.Extension> {
16
cache: Cache;
17
},
18
) {
19
- logger.info("CREATED EXTENSION STORE", {
20
- prefix: options.cacheKeyPrefix,
21
- });
22
this.dataloader = new DataLoader<ExtensionId, TGqlExtension>(
23
async (ids): Promise<Array<TGqlExtension | Error>> => {
24
const results = await Promise.allSettled(
0 commit comments