Skip to content

Commit

Permalink
Remove an extra logging entry during concretization
Browse files Browse the repository at this point in the history
  • Loading branch information
linsword13 committed Jul 26, 2024
1 parent 589fd30 commit dcd0920
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 dcd0920

Please sign in to comment.