diff --git a/bin/steps/django/collectstatic b/bin/steps/django/collectstatic
index 6a7a8b185c65225d7105a7d7413ea88d7c76847e..91ea014c7c1719706cc9aecc38a124a247ed1686 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