Skip to content

Commit

Permalink
Remove msg on install
Browse files Browse the repository at this point in the history
  • Loading branch information
Nat Chin committed Nov 8, 2023
1 parent 697e737 commit 217103e
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion solc_select/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,6 @@ def solc_select() -> None:

def solc() -> None:
if not installed_versions():
print("No solc versions found, installing latest")
switch_global_version(version="latest", always_install=True)
res = current_version()
if res:
Expand Down

0 comments on commit 217103e

Please sign in to comment.