summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorGreg Becker <becker33@llnl.gov>2019-05-14 09:03:34 +0900
committerPeter Scheibel <scheibel1@llnl.gov>2019-05-14 09:03:34 +0900
commitb5316c31afc674c1b7753c1dc8be346b39539877 (patch)
treeafa7b6adce017707d2529abae368330c568db71c /lib
parent4a013adc3ee5830f1e1a67bd6d48844f2de10a53 (diff)
downloadspack-b5316c31afc674c1b7753c1dc8be346b39539877.tar.gz
spack-b5316c31afc674c1b7753c1dc8be346b39539877.tar.bz2
spack-b5316c31afc674c1b7753c1dc8be346b39539877.tar.xz
spack-b5316c31afc674c1b7753c1dc8be346b39539877.zip
Remove vestigial print statement in module logic (#11438)
Remove a vestigial print statement introduced in #8570
Diffstat (limited to 'lib')
-rw-r--r--lib/spack/spack/util/module_cmd.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/spack/spack/util/module_cmd.py b/lib/spack/spack/util/module_cmd.py
index 9f29d76711..a7796e716e 100644
--- a/lib/spack/spack/util/module_cmd.py
+++ b/lib/spack/spack/util/module_cmd.py
@@ -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