From c24a9096dee5256d36649fe0648676e6496f6ab5 Mon Sep 17 00:00:00 2001
From: Kenneth Reitz <me@kennethreitz.com>
Date: Wed, 30 May 2012 02:56:46 -0400
Subject: [PATCH] cleanup

---
 bin/steps/django/collectstatic | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/bin/steps/django/collectstatic b/bin/steps/django/collectstatic
index 6a7a8b18..91ea014c 100755
--- a/bin/steps/django/collectstatic
+++ b/bin/steps/django/collectstatic
@@ -13,7 +13,6 @@ fi
 # Compile assets if collectstatic appears to be kosher.
 if [ "$RUN_COLLECTSTATIC" ]; then
     echo "-----> Collecting static files"
-    echo "python $MANAGE_FILE collectstatic --noinput"
     python $MANAGE_FILE collectstatic --noinput | indent
 
     [ $? -ne 0 ] && {
@@ -25,4 +24,4 @@ else
     echo "       http://devcenter.heroku.com/articles/django-assets"
 fi
 
-echo '\n'
\ No newline at end of file
+echo
\ No newline at end of file
-- 
GitLab