Skip to content

Commit

Permalink
chore: cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
BobTheBuidler committed Aug 16, 2024
1 parent 42da50f commit 425fb40
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions brownie/project/compiler/vyper.py
Original file line number Diff line number Diff line change
Expand Up @@ -241,10 +241,6 @@ def compile_from_input_json(
outputs.remove("userdoc")
outputs.remove("devdoc")
if version == Version(vyper.__version__):
#if False:
if allow_paths is not None:
pass
#raise NotImplementedError(allow_paths)
try:
return vyper_json.compile_json(input_json)
except VyperException as exc:
Expand All @@ -253,9 +249,6 @@ def compile_from_input_json(
try:
return vvm.compile_standard(input_json, base_path=allow_paths, vyper_version=str(version))
except vvm.exceptions.VyperError as exc:
print(version)
raise exc
#raise Exception(version, type(version), exc)
raise CompilerError(exc, "vyper")


Expand Down

0 comments on commit 425fb40

Please sign in to comment.