diff --git a/lib/spack/spack/package.py b/lib/spack/spack/package.py
index 4d93b6304cbe1ca466925e91b2743f7ff4a83b3d..1e2210f928a32e1c0f614bff9d751a592f4c4ed2 100644
--- a/lib/spack/spack/package.py
+++ b/lib/spack/spack/package.py
@@ -1548,7 +1548,6 @@ def uninstall_by_spec(spec, force=False):
             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)