Skip to content

Commit f81b537

Browse files
committed
Remove log
1 parent 114985b commit f81b537

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

src/services/extension-store.ts

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,9 +16,6 @@ export class ExtensionStore<TGqlExtension extends Gql.Extension> {
1616
cache: Cache;
1717
},
1818
) {
19-
logger.info("CREATED EXTENSION STORE", {
20-
prefix: options.cacheKeyPrefix,
21-
});
2219
this.dataloader = new DataLoader<ExtensionId, TGqlExtension>(
2320
async (ids): Promise<Array<TGqlExtension | Error>> => {
2421
const results = await Promise.allSettled(

0 commit comments

Comments
 (0)