Skip to content

Commit

Permalink
Removed debug code.
Browse files Browse the repository at this point in the history
  • Loading branch information
hiker committed Oct 23, 2024
1 parent 0107d25 commit e314b2b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion source/fab/tools/tool_repository.py
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,6 @@ def __init__(self):
# query nc-config etc)
for shell_name in ["bash", "sh", "ksh", "dash"]:
self.add_tool(Shell(shell_name))
self.get_tool(Category.SHELL, shell_name)

# Now create the potential mpif90 and Cray ftn wrapper
all_fc = self[Category.FORTRAN_COMPILER][:]
Expand Down

0 comments on commit e314b2b

Please sign in to comment.