diff --git a/Pmodules/modulecmd.bash.in b/Pmodules/modulecmd.bash.in index 7cbbfa8..34e5ce1 100755 --- a/Pmodules/modulecmd.bash.in +++ b/Pmodules/modulecmd.bash.in @@ -825,7 +825,7 @@ subcommand_load() { echo "${output}" eval "${output}" local error=$( < "${tmpfile}") - echo "${error}" 1>&2 + #echo "${error}" 1>&2 if [[ "${error}" =~ ":ERROR:" ]]; then std::info "${CMD} load: failed -- ${m}" fi