Skip to content

Commit

Permalink
rm console log
Browse files Browse the repository at this point in the history
  • Loading branch information
POPPIN-FUMI committed Nov 6, 2024
1 parent 641a273 commit cefcd04
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
5 changes: 5 additions & 0 deletions .changeset/thick-turkeys-smile.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
'@epics-dao/solv': patch
---

rm console log
2 changes: 0 additions & 2 deletions packages/solv/src/config/getSolanaCLI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,6 @@ export type SolanaCLI = typeof SOLANA_CLI | typeof AGAVE_CLI
const getSolanaCLI = (): SolanaCLI => {
try {
const solanaVersion = getSolanaVersion()
console.log(solanaVersion)
// convert solanaVersion to number. e.g. 1.2.0 to 120
const hasVersion20 = solanaVersion.includes('2.0')
if (hasVersion20) {
return AGAVE_CLI
Expand Down

0 comments on commit cefcd04

Please sign in to comment.