Skip to content

Commit

Permalink
Merge pull request #586 from linsword13/concretize-log
Browse files Browse the repository at this point in the history
Remove an extra log entry during concretization
  • Loading branch information
douglasjacobsen authored Jul 27, 2024
2 parents 7b691ca + dcd0920 commit 2f2d023
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/ramble/ramble/workspace/workspace.py
Original file line number Diff line number Diff line change
Expand Up @@ -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()
Expand Down

0 comments on commit 2f2d023

Please sign in to comment.