Skip to content
Snippets Groups Projects
Commit d83ae6dc authored by Adam J. Stewart's avatar Adam J. Stewart Committed by Todd Gamblin
Browse files

Don't print successfully uninstalled twice (#4019)

parent 2d9dac9a
Branches
Tags
No related merge requests found
...@@ -1548,7 +1548,6 @@ def uninstall_by_spec(spec, force=False): ...@@ -1548,7 +1548,6 @@ def uninstall_by_spec(spec, force=False):
msg = 'Deleting DB entry [{0}]' msg = 'Deleting DB entry [{0}]'
tty.debug(msg.format(spec.short_spec)) tty.debug(msg.format(spec.short_spec))
spack.store.db.remove(spec) spack.store.db.remove(spec)
tty.msg("Successfully uninstalled %s" % spec.short_spec)
if pkg is not None: if pkg is not None:
spack.hooks.post_uninstall(spec) spack.hooks.post_uninstall(spec)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment