Skip to content

Commit

Permalink
Removed log
Browse files Browse the repository at this point in the history
  • Loading branch information
n9lsjr committed Nov 29, 2023
1 parent fe97505 commit 6d9f85a
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/lib/components/NodeSelector.svelte
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,7 @@
const getNodeList = async () => {
let nodes = await fetch('https://raw.githubusercontent.com/kryptokrona/kryptokrona-public-nodes/main/nodes.json');
nodes = await nodes.json();
console.log('Nodes resp', nodes);
nodes = nodes.nodes;
console.log('Nodes resp', nodes);
return nodes;
};
Expand Down

0 comments on commit 6d9f85a

Please sign in to comment.