Skip to content

Commit

Permalink
remove console
Browse files Browse the repository at this point in the history
  • Loading branch information
mvadari committed Dec 2, 2024
1 parent 6d31cd4 commit 2c64b42
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions server/lib/rippled.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,6 @@ process.env.VITE_RIPPLED_HOST?.split(',').forEach((host) => {
}
})

console.log(RIPPLEDS)

const RIPPLED_CLIENT = new XrplClient(RIPPLEDS, { tryAllNodes: true })
// If there is a separate peer to peer server for admin requests, use it. Otherwise use the default url for everything.
const HAS_P2P_SOCKET =
Expand Down

0 comments on commit 2c64b42

Please sign in to comment.