diff --git a/conda_build/utils.py b/conda_build/utils.py index 8cad9ca006..c28727e96b 100644 --- a/conda_build/utils.py +++ b/conda_build/utils.py @@ -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__)