diff --git a/src/routes/+layout.svelte b/src/routes/+layout.svelte index fc00648..0d67f7c 100644 --- a/src/routes/+layout.svelte +++ b/src/routes/+layout.svelte @@ -55,8 +55,8 @@ // Check for a Homestar WebSocket connection checkHomestarConnection() - // Check if the IPFS daemon is running - await checkIPFSConnection() + // // Check if the IPFS daemon is running + // await checkIPFSConnection() // Subscribe to Homestar network events subscribNetworkEvents()