@solana/client 0.1.0 → 0.1.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -246,11 +246,6 @@ function createActions({ connectors, logger: inputLogger, runtime, store }) {
246
246
  },
247
247
  lastUpdatedAt: now()
248
248
  }));
249
- logger({
250
- data: { endpoint, latencyMs, websocketEndpoint },
251
- level: "info",
252
- message: "cluster ready"
253
- });
254
249
  } catch (error) {
255
250
  store.setState((state) => ({
256
251
  ...state,