Skip to content

Commit

Permalink
remove log at the bottom
Browse files Browse the repository at this point in the history
  • Loading branch information
jaimergp committed Jan 6, 2025
1 parent bcc7ad5 commit 6fed084
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions conda_build/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -2237,6 +2237,3 @@ def is_conda_pkg(pkg_path: str) -> bool:

def package_record_to_requirement(prec: PackageRecord) -> str:
return f"{prec.name} {prec.version} {prec.build}"


log = get_logger(__name__)

0 comments on commit 6fed084

Please sign in to comment.