diff --git a/lib/spack/spack/bootstrap.py b/lib/spack/spack/bootstrap.py index 62621fe5811..f7e555bea8b 100644 --- a/lib/spack/spack/bootstrap.py +++ b/lib/spack/spack/bootstrap.py @@ -431,7 +431,6 @@ def try_search_path(self, executables, abstract_spec_str): msg = "[BOOTSTRAP GnuPG] Try installing '{0}' from sources" tty.debug(msg.format(abstract_spec_str)) concrete_spec.package.do_install() - print('Here') if _executables_in_store(executables, concrete_spec, query_info=info): self.last_search = info return True