diff --git a/easybuild/tools/modules.py b/easybuild/tools/modules.py index 8ebbb88eb3..83a3e66a45 100644 --- a/easybuild/tools/modules.py +++ b/easybuild/tools/modules.py @@ -1012,7 +1012,6 @@ def run_module(self, *args, **kwargs): # stdout will contain python code (to change environment etc) # stderr will contain text (just like the normal module command) stdout, stderr = res.output, res.stderr - self.log.debug("Output of module command '%s': stdout: %s; stderr: %s", cmd, stdout, stderr) # also catch and check exit code if kwargs.get('check_exit_code', True) and res.exit_code != EasyBuildExit.SUCCESS: