Skip to content

Commit

Permalink
remove old comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Samuel Moors committed May 24, 2024
1 parent 67bb990 commit fa440b1
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions easybuild/easyblocks/generic/cargopythonbundle.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,3 @@ def __init__(self, *args, **kwargs):
def extract_step(self):
"""Specifically use the overloaded variant from Cargo as is populates vendored sources with checksums."""
return Cargo.extract_step(self)

# def sanity_check_step(self, *args, **kwargs):
# self.cfg['sources'] = None
# super(CargoPythonBundle, self).sanity_check_step(*args, **kwargs)

0 comments on commit fa440b1

Please sign in to comment.