Remove spurious debug print (#27541)

This commit is contained in:
Massimiliano Culpo 2021-11-19 09:02:22 +01:00 committed by GitHub
parent 4d1f09c752
commit 57d3b02800
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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