From c229070c215a34ac0e4de734ec0495455a7b6122 Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.org>
Date: Wed, 18 Mar 2015 12:43:31 -0700
Subject: [PATCH] don't print that the stack changed.

---
 bin/steps/python | 1 -
 1 file changed, 1 deletion(-)

diff --git a/bin/steps/python b/bin/steps/python
index 3c22d63f..71aa111b 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
-- 
GitLab