Skip to content

Commit

Permalink
Removed debug code.
Browse files Browse the repository at this point in the history
  • Loading branch information
hiker committed Nov 21, 2024
1 parent 730a824 commit 6e280d9
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 @@ -77,7 +77,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 6e280d9

Please sign in to comment.