Skip to content

Commit

Permalink
Removed debugging line.
Browse files Browse the repository at this point in the history
  • Loading branch information
vollous committed Jul 23, 2024
1 parent 5bef8bc commit 6fa6f39
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Build.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,6 @@ def build(preset):
def main():
opts = Setup.parse_arguments()
Setup.setup_profiles()
print("The preset options is--------------------", opts.options)
Setup.conan_install_all(Setup.BuildMode.release,
opts.options if opts.options is not None else [],
build_missing=True,
Expand Down

0 comments on commit 6fa6f39

Please sign in to comment.