Skip to content

Commit

Permalink
cleanup log
Browse files Browse the repository at this point in the history
  • Loading branch information
jchris committed Sep 12, 2024
1 parent f5eb11e commit 3901d0a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/blockstore/store.ts
Original file line number Diff line number Diff line change
Expand Up @@ -152,8 +152,7 @@ export class MetaStoreImpl extends BaseStoreImpl implements MetaStore {
ensureLogger(sthis, "MetaStoreImpl"),
);
if (remote && opts.gateway.subscribe) {
this.logger.Debug().Str("gateway", opts.gateway.subscribe?.toString()).Msg("Gateway information");
this.logger.Debug().Str("url", url.toString()).Msg("Subscribing to the gateway with URL");
this.logger.Debug().Str("url", url.toString()).Msg("Subscribing to the gateway");
opts.gateway.subscribe(url, (byteHead: Uint8Array) => this.handleEventByteHead(byteHead));
}
}
Expand Down

0 comments on commit 3901d0a

Please sign in to comment.