Remove spurious debug print (#27541)
This commit is contained in:
parent
4d1f09c752
commit
57d3b02800
@ -431,7 +431,6 @@ def try_search_path(self, executables, abstract_spec_str):
|
|||||||
msg = "[BOOTSTRAP GnuPG] Try installing '{0}' from sources"
|
msg = "[BOOTSTRAP GnuPG] Try installing '{0}' from sources"
|
||||||
tty.debug(msg.format(abstract_spec_str))
|
tty.debug(msg.format(abstract_spec_str))
|
||||||
concrete_spec.package.do_install()
|
concrete_spec.package.do_install()
|
||||||
print('Here')
|
|
||||||
if _executables_in_store(executables, concrete_spec, query_info=info):
|
if _executables_in_store(executables, concrete_spec, query_info=info):
|
||||||
self.last_search = info
|
self.last_search = info
|
||||||
return True
|
return True
|
||||||
|
Loading…
Reference in New Issue
Block a user