summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/spack/spack/package.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/spack/spack/package.py b/lib/spack/spack/package.py
index 4d93b6304c..1e2210f928 100644
--- a/lib/spack/spack/package.py
+++ b/lib/spack/spack/package.py
@@ -1548,7 +1548,6 @@ class PackageBase(with_metaclass(PackageMeta, object)):
msg = 'Deleting DB entry [{0}]'
tty.debug(msg.format(spec.short_spec))
spack.store.db.remove(spec)
- tty.msg("Successfully uninstalled %s" % spec.short_spec)
if pkg is not None:
spack.hooks.post_uninstall(spec)