Remove vestigial print statement in module logic (#11438)
Remove a vestigial print statement introduced in #8570
This commit is contained in:
parent
4a013adc3e
commit
b5316c31af
1 changed files with 0 additions and 1 deletions
|
@ -40,7 +40,6 @@ def module(*args):
|
|||
# Cray modules spit out warnings that we cannot supress.
|
||||
# This hack skips to the last output (the environment)
|
||||
env_output = str(module_p.communicate()[0].decode())
|
||||
print(env_output)
|
||||
env = env_output.strip().split('\n')[-1]
|
||||
|
||||
# Update os.environ with new dict
|
||||
|
|
Loading…
Reference in a new issue