diff --git a/bin/steps/python b/bin/steps/python
index 3c22d63f34fbf0f7908e89c40189bdcff0e322ce..71aa111bac31371b25cad3e78713e5fe70311cff 100755
--- a/bin/steps/python
+++ b/bin/steps/python
@@ -15,7 +15,6 @@ fi
 
 if [ ! $STACK = $CACHED_PYTHON_STACK ]; then
   bpwatch start uninstall_python
-    puts-step "Stack changed, re-installing runtime"
     rm -fr .heroku/python .heroku/python-stack .heroku/vendor
     unset SKIP_INSTALL
   bpwatch stop uninstall_python