Skip to content

Commit

Permalink
cleaning up
Browse files Browse the repository at this point in the history
  • Loading branch information
hadim committed Oct 3, 2024
1 parent 77b3afb commit 964c6d0
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions src/rattler_build_conda_compat/render.py
Original file line number Diff line number Diff line change
Expand Up @@ -121,15 +121,6 @@ def render_recipes(self, variants) -> List[Dict]:
build_platform_and_arch = f"{self.config.platform}-{self.config.arch}"
target_platform_and_arch = f"{self.config.host_platform}-{self.config.host_arch}"

print("***************************************************")

print(f"build_platform_and_arch: {build_platform_and_arch}")
print(f"target_platform_and_arch: {target_platform_and_arch}")
print(f"variants: {variants}")
print(f"config: {self.config}")

print("***************************************************")

yaml = _yaml_object()
try:
with tempfile.NamedTemporaryFile(mode="w+") as outfile:
Expand Down

0 comments on commit 964c6d0

Please sign in to comment.