From dcd09209ef072bcf4245058cfc570cdc0fe87f20 Mon Sep 17 00:00:00 2001 From: Lin Guo Date: Fri, 26 Jul 2024 15:11:37 -0700 Subject: [PATCH] Remove an extra logging entry during concretization --- lib/ramble/ramble/workspace/workspace.py | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/ramble/ramble/workspace/workspace.py b/lib/ramble/ramble/workspace/workspace.py index b33cb0a80..1058f8494 100644 --- a/lib/ramble/ramble/workspace/workspace.py +++ b/lib/ramble/ramble/workspace/workspace.py @@ -903,7 +903,6 @@ def concretize(self): for compiler_dict in compiler_dicts: for comp, info in compiler_dict.items(): - logger.all_msg(f" Comp info: {info}") if fnmatch.fnmatch(app_inst.package_manager.name, info["package_manager"]): if comp not in packages_dict: packages_dict[comp] = syaml.syaml_dict()