Skip to content

Commit 82320e1

Browse files
committed
remove print
1 parent 2e5b7ca commit 82320e1

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

crytic_compile/platform/solc.py

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -390,7 +390,6 @@ def get_version(solc: str, env: Optional[Dict[str, str]]) -> str:
390390
stderr_bytes.decode(errors="backslashreplace"),
391391
) # convert bytestrings to unicode strings
392392
version = re.findall(r"\d+\.\d+\.\d+", stdout)
393-
print(stdout)
394393
if len(version) == 0:
395394
raise InvalidCompilation(
396395
f"\nSolidity version not found:\nSTDOUT:\n{stdout}\nSTDERR:\n{stderr}"

0 commit comments

Comments
 (0)