From fa440b18992685e1e9fa9e9f333273c05f4d7065 Mon Sep 17 00:00:00 2001 From: Samuel Moors Date: Fri, 24 May 2024 20:15:35 +0200 Subject: [PATCH] remove old comments --- easybuild/easyblocks/generic/cargopythonbundle.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/easybuild/easyblocks/generic/cargopythonbundle.py b/easybuild/easyblocks/generic/cargopythonbundle.py index 117004dc2b..d76ccde612 100644 --- a/easybuild/easyblocks/generic/cargopythonbundle.py +++ b/easybuild/easyblocks/generic/cargopythonbundle.py @@ -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)