Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
marc2332 committed May 17, 2024
1 parent e960876 commit e94eb38
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@ import { get } from 'svelte/store'
export async function checkAndUpdateActiveProfileNetwork(): Promise<void> {
const $activeProfile = get(activeProfile)
const nodeInfoResponse = await getAndUpdateNodeInfo(true)
console.log(nodeInfoResponse)
const networkId = $activeProfile?.network?.id
const networkName = nodeInfoResponse?.nodeInfo?.protocolParameters[0]?.parameters?.networkName
if (!networkId || networkId === NetworkId.Custom) {
Expand Down

0 comments on commit e94eb38

Please sign in to comment.